├── .gitmodules ├── Makefile ├── Makefile.ps3 ├── Makefile.ps3.cobra ├── Makefile.ps3.salamander ├── README.md ├── RetroArchPatch.sh ├── copy_file_PS3.c ├── diff.patch └── load_config_file_PS3.c /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/.gitmodules -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.ps3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/Makefile.ps3 -------------------------------------------------------------------------------- /Makefile.ps3.cobra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/Makefile.ps3.cobra -------------------------------------------------------------------------------- /Makefile.ps3.salamander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/Makefile.ps3.salamander -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/README.md -------------------------------------------------------------------------------- /RetroArchPatch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/RetroArchPatch.sh -------------------------------------------------------------------------------- /copy_file_PS3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/copy_file_PS3.c -------------------------------------------------------------------------------- /diff.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/diff.patch -------------------------------------------------------------------------------- /load_config_file_PS3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystalct/RetroArch_PSX_CE/HEAD/load_config_file_PS3.c --------------------------------------------------------------------------------