mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 09:54:47 -04:00
boot: use --embed-dir for fusee embed
This commit is contained in:
parent
d5567b5363
commit
f1ca7db562
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ namespace ams::boot {
|
|||
alignas(os::MemoryPageSize) u8 g_work_page[os::MemoryPageSize];
|
||||
|
||||
constexpr const u8 FuseeBin[] = {
|
||||
#embed ATMOSPHERE_BOOT_FUSEE_PATH
|
||||
#embed <fusee.bin>
|
||||
};
|
||||
|
||||
/* Helpers. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue