Add option for keyboard layout

This commit is contained in:
Megamouse 2019-08-17 16:08:47 +02:00
parent 8a31c7a7c8
commit 86a8b5924a
13 changed files with 203 additions and 139 deletions

View file

@ -192,7 +192,7 @@ s32 cellSysutilGetSystemParamInt(CellSysutilParamId id, vm::ptr<s32> value)
break;
case CELL_SYSUTIL_SYSTEMPARAM_ID_KEYBOARD_TYPE:
*value = 0;
*value = g_cfg.sys.keyboard_type;
break;
case CELL_SYSUTIL_SYSTEMPARAM_ID_JAPANESE_KEYBOARD_ENTRY_METHOD: