Permalink
Browse files

Wii: Fix screen tear when unpausing

  • Loading branch information...
SuperrSonic authored and endrift committed Feb 1, 2018
1 parent c657255 commit aeb90ba90de511d9b4a289f70b2095a07dedb2e4
Showing with 2 additions and 0 deletions.
  1. +1 −0 CHANGES
  2. +1 −0 src/platform/wii/main.c
View
@@ -45,6 +45,7 @@ Bugfixes:
- GBA I/O: Fix writing to DISPCNT CGB flag (fixes mgba.io/i/902)
- GBA Memory: Partially revert prefetch changes (fixes mgba.io/i/840)
- PSP2: Fix issues causing poor audio
+ - Wii: Fix screen tear when unpausing
Misc:
- GBA Timer: Use global cycles for timers
- GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)
View
@@ -733,6 +733,7 @@ void _gameLoaded(struct mGUIRunner* runner) {
void _unpaused(struct mGUIRunner* runner) {
u32 level = 0;
+ VIDEO_WaitVSync();
_CPU_ISR_Disable(level);
referenceRetraceCount = retraceCount;
_CPU_ISR_Restore(level);

0 comments on commit aeb90ba

Please sign in to comment.