mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
using Tabs instead of spaces
This commit is contained in:
parent
372a7a4027
commit
7cbca3dff6
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ private:
|
||||||
void fillMapping()
|
void fillMapping()
|
||||||
{
|
{
|
||||||
// This is just a standard mapping that matches the X360 controller on MacOSX. Names will probably be all wrong
|
// This is just a standard mapping that matches the X360 controller on MacOSX. Names will probably be all wrong
|
||||||
// on other controllers.
|
// on other controllers.
|
||||||
|
|
||||||
//TODO: C++11 aggregate initialization
|
//TODO: C++11 aggregate initialization
|
||||||
//would remove runtime overhead completely
|
//would remove runtime overhead completely
|
||||||
|
@ -77,7 +77,7 @@ private:
|
||||||
SDLJoyButtonMap[12] = NKCODE_BUTTON_3;
|
SDLJoyButtonMap[12] = NKCODE_BUTTON_3;
|
||||||
SDLJoyButtonMap[13] = NKCODE_BUTTON_4;
|
SDLJoyButtonMap[13] = NKCODE_BUTTON_4;
|
||||||
SDLJoyButtonMap[14] = NKCODE_BUTTON_1;
|
SDLJoyButtonMap[14] = NKCODE_BUTTON_1;
|
||||||
SDLJoyButtonMap[15] = NKCODE_BUTTON_11;
|
SDLJoyButtonMap[15] = NKCODE_BUTTON_11;
|
||||||
|
|
||||||
SDLJoyAxisMap[0] = JOYSTICK_AXIS_X;
|
SDLJoyAxisMap[0] = JOYSTICK_AXIS_X;
|
||||||
SDLJoyAxisMap[1] = JOYSTICK_AXIS_Y;
|
SDLJoyAxisMap[1] = JOYSTICK_AXIS_Y;
|
||||||
|
|
Loading…
Add table
Reference in a new issue