mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
whoops
This commit is contained in:
parent
5d93cca229
commit
3fed02851e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ __attribute__((constructor)) static void _ptr ## _rom_assets_queue () { \
|
|||
|
||||
#define ROM_ASSET_LOAD_DEMO(_name, _ptr, _physicalAddress, _physicalSize, _segmentedAddress, _segmentedSize) \
|
||||
__attribute__((constructor)) static void _name ## _rom_assets_queue () { \
|
||||
rom_assets_queue(_ptr, ROM_ASSET_DIALOG, _physicalAddress, _physicalSize, _segmentedAddress, _segmentedSize); \
|
||||
rom_assets_queue(_ptr, ROM_ASSET_DEMO, _physicalAddress, _physicalSize, _segmentedAddress, _segmentedSize); \
|
||||
}
|
||||
|
||||
void rom_assets_load(void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue