yuzu/externals/SDL/docs/README-ps2.md

777 B
Executable File

PS2

SDL2 port for the Sony Playstation 2 contributed by:

  • Francisco Javier Trujillo Mata

Credit to

  • The guys that ported SDL to PSP & Vita because I'm taking them as reference.
  • David G. F. for helping me with several issues and tests.

Building

To build SDL2 library for the PS2, make sure you have the latest PS2Dev status and run:

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PS2DEV/ps2sdk/ps2dev.cmake
cmake --build build
cmake --install build

Getting PS2 Dev

Installing PS2 Dev

Running on PCSX2 Emulator

PCSX2

More PCSX2 information

To Do

  • PS2 Screen Keyboard
  • Dialogs
  • Audio
  • Video
  • Controllers
  • Others