1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 09:20:17 +00:00

Only build .o files listed in the spec (#2410)

* Only build .o files listed in the spec

* Remove useless CPP guards
This commit is contained in:
cadmic 2025-01-10 04:03:51 -08:00 committed by GitHub
parent 94971a61b4
commit 8118370f4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 6 additions and 50 deletions

View file

@ -1,7 +1,5 @@
#include "ultra64.h"
#if PLATFORM_N64
u64 gN64DDError41Texs[2][0x600 / sizeof(u64)] = {
{
#include "assets/n64dd/error_textures/n64dd_error_41_jpn.i4.inc.c"
@ -19,5 +17,3 @@ u64 gN64DDPleaseReadManualTexs[2][0x2800 / sizeof(u64)] = {
#include "assets/n64dd/error_textures/n64dd_please_read_manual_eng.i4.inc.c"
},
};
#endif