mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix time tracking during pause
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
|
||||
#include "Core/KeyMap.h"
|
||||
|
||||
void Screen::focusChanged(ScreenFocusChange change) {
|
||||
void Screen::focusChanged(ScreenFocusChange focusChange) {
|
||||
char *eventName = "";
|
||||
switch (change) {
|
||||
switch (focusChange) {
|
||||
case ScreenFocusChange::FOCUS_LOST_TOP: eventName = "FOCUS_LOST_TOP"; break;
|
||||
case ScreenFocusChange::FOCUS_BECAME_TOP: eventName = "FOCUS_BECAME_TOP"; break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user