Fix ifndef

This commit is contained in:
cadmic 2024-01-29 12:25:32 -08:00
parent 1aa50b9308
commit a1035b5f0a
1 changed files with 1 additions and 1 deletions

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: