From 65392413313d3471ff9ea7fc4cf3601971302384 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 30 Jan 2024 11:29:48 +0100 Subject: [PATCH] PPSSPP: added hotkey to quit the emulator --- emu-configs/ppssppsdl/controls.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emu-configs/ppssppsdl/controls.ini b/emu-configs/ppssppsdl/controls.ini index ce4e3387..cf608f65 100644 --- a/emu-configs/ppssppsdl/controls.ini +++ b/emu-configs/ppssppsdl/controls.ini @@ -32,4 +32,5 @@ RightAn.Up = 10-4007 RightAn.Down = 10-4006 RightAn.Left = 10-4005 RightAn.Right = 10-4004 -Previous Slot = 1-113:1-38 \ No newline at end of file +Previous Slot = 1-113:1-38 +Exit App = 1-113:1-45 \ No newline at end of file