mirror of https://github.com/encounter/SDL.git
Add PS2 readme
This commit is contained in:
parent
52f8d0357a
commit
161a316dfa
|
@ -0,0 +1,34 @@
|
||||||
|
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:
|
||||||
|
```bash
|
||||||
|
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](https://github.com/ps2dev/ps2dev)
|
||||||
|
|
||||||
|
## Running on PCSX2 Emulator
|
||||||
|
[PCSX2](https://github.com/PCSX2/pcsx2)
|
||||||
|
|
||||||
|
[More PCSX2 information](https://pcsx2.net/)
|
||||||
|
|
||||||
|
## To Do
|
||||||
|
- PS2 Screen Keyboard
|
||||||
|
- Dialogs
|
||||||
|
- Audio
|
||||||
|
- Video
|
||||||
|
- Controllers
|
||||||
|
- Others
|
|
@ -45,6 +45,7 @@ More documentation and FAQs are available online at [the wiki](http://wiki.libsd
|
||||||
- [Supported Platforms](README-platforms.md)
|
- [Supported Platforms](README-platforms.md)
|
||||||
- [Porting information](README-porting.md)
|
- [Porting information](README-porting.md)
|
||||||
- [PSP](README-psp.md)
|
- [PSP](README-psp.md)
|
||||||
|
- [PS2](README-ps2.md)
|
||||||
- [Raspberry Pi](README-raspberrypi.md)
|
- [Raspberry Pi](README-raspberrypi.md)
|
||||||
- [Touch](README-touch.md)
|
- [Touch](README-touch.md)
|
||||||
- [Versions](README-versions.md)
|
- [Versions](README-versions.md)
|
||||||
|
|
Loading…
Reference in New Issue