mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-15 06:28:07 +00:00
Allow Tab to Unthrottle
This commit is contained in:
parent
ddf8b26c87
commit
0a70803897
@ -6,7 +6,7 @@
|
||||
#include "WinUser.h"
|
||||
|
||||
unsigned int key_pad_map[] = {
|
||||
VK_TAB, PAD_BUTTON_LEFT_THUMB,
|
||||
VK_TAB, PAD_BUTTON_UNTHROTTLE,
|
||||
VK_SPACE, PAD_BUTTON_START,
|
||||
'V', PAD_BUTTON_SELECT,
|
||||
'A', PAD_BUTTON_X,
|
||||
|
@ -70,7 +70,7 @@
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Bin</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\</OutDir>
|
||||
|
Loading…
x
Reference in New Issue
Block a user