ppsspp/SDL
sven 372a7a4027 Add another Button to the Button map for Controllers ( like DS3) with 16
Buttons. Fixes Square button not being recognised by PPSSPP when using a
Dual Shock 3 Controller.
2014-04-05 15:43:48 +02:00
..
.gitignore Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
buildassets.sh Unified assets/ dir for icons/images 2012-12-17 01:47:39 +10:00
README.TXT Add a reminder about the submodule to the README, and some other minor 2012-11-03 22:42:15 +01:00
SDLJoystick.cpp fix "unknown SDL joystick axes mapped to 'pad.X Axis-'" bug. 2014-03-29 01:16:44 +09:00
SDLJoystick.h Add another Button to the Button map for Controllers ( like DS3) with 16 2014-04-05 15:43:48 +02:00
SDLMain.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
SDLMain.mm MacOSX buildfix. Doesn't run right yet though. 2012-11-25 12:25:07 +01:00

1. Install GCC, CMake, and development libraries for zlib and sdl.
2. cd SDL
3. ./buildassets.sh
4. ./b.sh

That should do it.

Special instructions for MacOSX:

Install XCode
Install CMake
Open XCode, Preferences, Downloads, Components. Install the command line toools.

Install MacPorts
Using MacPorts, install libpng
Do the above.