mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-21 14:25:22 +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;
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue