fix GC build. whoops. thanks niuus.

This commit is contained in:
Daryl Borth 2018-12-31 13:29:28 -07:00
parent 7d69e75c36
commit 6804b2fbfc

View File

@ -757,8 +757,9 @@ update_video (int width, int height)
fscale = 1;
#endif
ResetVideo_Emu (); // reset video to emulator rendering settings
#ifdef HW_RVL
memset(filtermem, 0, FILTERMEM_SIZE);
#endif
/** Update scaling **/
if (GCSettings.render == 0) // original render mode
{