mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #3264 from thedax/master
Allow Default All to generate a keymap for Directinput, too.
This commit is contained in:
commit
f2f3f00e16
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ void RestoreDefault() {
|
|||
#if defined(_WIN32)
|
||||
SetDefaultKeyMap(DEFAULT_MAPPING_KEYBOARD, true);
|
||||
SetDefaultKeyMap(DEFAULT_MAPPING_X360, false);
|
||||
SetDefaultKeyMap(DEFAULT_MAPPING_PAD, false);
|
||||
#elif defined(ANDROID)
|
||||
// Autodetect a few common devices
|
||||
std::string name = System_GetName();
|
||||
|
|
Loading…
Add table
Reference in a new issue