mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
fix GC build. whoops. thanks niuus.
This commit is contained in:
parent
7d69e75c36
commit
6804b2fbfc
@ -757,8 +757,9 @@ update_video (int width, int height)
|
|||||||
fscale = 1;
|
fscale = 1;
|
||||||
#endif
|
#endif
|
||||||
ResetVideo_Emu (); // reset video to emulator rendering settings
|
ResetVideo_Emu (); // reset video to emulator rendering settings
|
||||||
|
#ifdef HW_RVL
|
||||||
memset(filtermem, 0, FILTERMEM_SIZE);
|
memset(filtermem, 0, FILTERMEM_SIZE);
|
||||||
|
#endif
|
||||||
/** Update scaling **/
|
/** Update scaling **/
|
||||||
if (GCSettings.render == 0) // original render mode
|
if (GCSettings.render == 0) // original render mode
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user