diff options
Diffstat (limited to 'src/m_Do')
| -rw-r--r-- | src/m_Do/m_Do_graphic.cpp | 4 | ||||
| -rw-r--r-- | src/m_Do/m_Do_machine.cpp | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/m_Do/m_Do_graphic.cpp b/src/m_Do/m_Do_graphic.cpp index 7f624531f7..2fe48c8fd7 100644 --- a/src/m_Do/m_Do_graphic.cpp +++ b/src/m_Do/m_Do_graphic.cpp @@ -578,10 +578,6 @@ BOOL mDoGph_gInf_c::isWideZoom() { return isWide() && mWideZoom; } -u8 mDoGph_gInf_c::isWide() { - return mWide == TRUE; -} - void mDoGph_gInf_c::setWideZoomProjection(Mtx44& m) { if (!isWideZoom()) { return; diff --git a/src/m_Do/m_Do_machine.cpp b/src/m_Do/m_Do_machine.cpp index 1223da03a1..9418d36c53 100644 --- a/src/m_Do/m_Do_machine.cpp +++ b/src/m_Do/m_Do_machine.cpp @@ -250,7 +250,9 @@ GXRenderModeObj g_ntscZeldaProg = { #if DEBUG static void myGXVerifyCallback(GXWarningLevel, u32, const char*); +#endif +#if DEBUG || VERSION == VERSION_WII_PAL GXRenderModeObj g_palZeldaProg60 = { VI_TVMODE_EURGB60_PROG, 640, 456, 456, 25, 12, 670, 456, |
