diff options
Diffstat (limited to 'src/GPU.h')
-rw-r--r-- | src/GPU.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ void Stop(); void DoSavestate(Savestate* file); -void SetDisplaySettings(int topscale, int bottomscale, bool accel); +void SetDisplaySettings(bool accel); void MapVRAM_AB(u32 bank, u8 cnt); |