mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 22:59:04 +00:00
Fix stop hotkey (#3438)
This commit is contained in:
@@ -771,7 +771,7 @@ void LoadHotkeyInputs() {
|
||||
|
||||
if (line.contains("controllerFullscreen")) {
|
||||
controllerFullscreenString = line.substr(equal_pos + 2);
|
||||
} else if (line.contains("controllerQuit")) {
|
||||
} else if (line.contains("controllerStop")) {
|
||||
controllerQuitString = line.substr(equal_pos + 2);
|
||||
} else if (line.contains("controllerFps")) {
|
||||
controllerFpsString = line.substr(equal_pos + 2);
|
||||
|
||||
Reference in New Issue
Block a user