mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Fix a mistaken case fallthrough.
This commit is contained in:
parent
116ddaaaf4
commit
5875cea30a
@ -1130,6 +1130,7 @@ namespace MainWindow
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case WM_TIMER:
|
||||
// Hack: Take the opportunity to also show/hide the mouse cursor in fullscreen mode.
|
||||
|
Loading…
Reference in New Issue
Block a user