1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-13 04:39:36 +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;
switch (osTvType) {
#ifndef OOT_DEBUG
#if !OOT_DEBUG
case OS_TV_PAL:
#endif
case OS_TV_NTSC: