mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Move in-game keybinding handling to a central location
Instead of handling it separately in every backend.
This commit is contained in:
@ -143,7 +143,6 @@ enum HOST_COMM
|
||||
WM_USER_STOP = 10,
|
||||
WM_USER_CREATE,
|
||||
WM_USER_SETCURSOR,
|
||||
WM_USER_KEYDOWN,
|
||||
};
|
||||
|
||||
// Used for notification on emulation state
|
||||
|
Reference in New Issue
Block a user