diff --git a/stratosphere/boot/source/boot_power_utils.cpp b/stratosphere/boot/source/boot_power_utils.cpp index a4d8104..0dc71b8 100644 --- a/stratosphere/boot/source/boot_power_utils.cpp +++ b/stratosphere/boot/source/boot_power_utils.cpp @@ -32,7 +32,7 @@ alignas(os::MemoryPageSize) u8 g_work_page[os::MemoryPageSize]; constexpr const u8 FuseeBin[] = { - #embed ATMOSPHERE_BOOT_FUSEE_PATH + #embed }; /* Helpers. */ diff --git a/stratosphere/boot/system_module.mk b/stratosphere/boot/system_module.mk index f460aae..2f28eee 100644 --- a/stratosphere/boot/system_module.mk +++ b/stratosphere/boot/system_module.mk @@ -127,7 +127,7 @@ @npdmtool $< $@ @echo built ... $(notdir $@) -boot_power_utils.o: CXXFLAGS += -DATMOSPHERE_BOOT_FUSEE_PATH=\"$(ATMOSPHERE_LIBRARIES_DIR)/../fusee/$(ATMOSPHERE_BOOT_OUT_DIR)/fusee.bin\" +boot_power_utils.o: CXXFLAGS += --embed-dir="$(ATMOSPHERE_LIBRARIES_DIR)/../fusee/$(ATMOSPHERE_BOOT_OUT_DIR)/" -include $(DEPENDS)