STLcardsWS
Administrator
s
.
-
Overview
This PR contains the first phase of the development of the RetroArch for the PS2 Platform.
Description
The PS2 architecture is similar to the PSP (first version) one, so I have taken as a reference the PSP1 implementation.
As you can guess all the functionality that RetroArch offers are not implemented yet, but so far we have implemented the first version of some driver:
- Platform
- GFX
- JoyPad
- Input
Additional Information
PS2 SDK is not fully using newlib, so they are using another another libc library. The problem is that library is kind of buggy, so in order to make it work, I have needed to implement here a lot of string functions.