mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Windows CTRL + C Hotkey
This commit is contained in:
committed by
Gde Made Novan Priambhada
parent
5187b9f118
commit
f514b25c79
@@ -371,6 +371,11 @@ void EmuScreen::sendMessage(const char *message, const char *value) {
|
||||
} else {
|
||||
gstate_c.skipDrawReason &= ~SKIPDRAW_WINDOW_MINIMIZED;
|
||||
}
|
||||
} else if (!strcmp(message, "chat screen")) {
|
||||
releaseButtons();
|
||||
ChatMenu * ch = new ChatMenu();
|
||||
setChatPointer(ch);
|
||||
screenManager()->push(ch);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user