1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-21 14:25:22 +00:00

Fix ifndef

This commit is contained in:
cadmic 2024-01-29 12:25:32 -08:00
parent 1aa50b9308
commit a1035b5f0a

View file

@ -56,7 +56,7 @@ void Idle_ThreadEntry(void* arg) {
gViConfigYScale = 1.0f; gViConfigYScale = 1.0f;
switch (osTvType) { switch (osTvType) {
#ifndef OOT_DEBUG #if !OOT_DEBUG
case OS_TV_PAL: case OS_TV_PAL:
#endif #endif
case OS_TV_NTSC: case OS_TV_NTSC: