Atmosphere/troposphere
comex 4237f52ee2 haze: fix duplicate-macro warnings
haze was including both `<switch.h>` and `vapours/types.hpp` which both
define `R_SUCCEEDED` and `R_FAILED`, producing compiler warnings.

The intent is that `vapours/types.hpp` only gets included when targeting
not-Switch and/or not-EL0.  But the check didn't account for
Troposphère.  Fix that.
2025-08-08 14:16:03 -07:00
..
daybreak ams: build with -std=gnu++23 2024-06-01 22:36:37 -07:00
haze haze: fix duplicate-macro warnings 2025-08-08 14:16:03 -07:00
reboot_to_payload build: remove unnecessary g-dwarf4 flags 2022-02-14 14:58:52 -08:00
Makefile troposphere: add haze MTP server (#2095) 2023-04-17 14:08:05 -07:00