mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
Fix ifndef
This commit is contained in:
parent
1aa50b9308
commit
a1035b5f0a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue