Go to file
jaby a4426ad5d2 Save state 2024-09-06 18:32:09 +01:00
bin Add first CDDA audio file to project 2024-05-02 22:25:15 +02:00
config Add VAG configuration option 2024-08-04 17:47:54 -05:00
docs Auto LBA docu 2023-02-09 21:07:49 +01:00
examples/PoolBox Prepare VAG loading 2024-08-04 18:13:44 -05:00
include Save state 2024-09-06 18:32:09 +01:00
mkfile Support new SPU voice approach 2024-08-24 14:25:05 +02:00
src Save state 2024-09-06 18:32:09 +01:00
support Fix casing for 'Support' folder 2024-05-15 19:48:55 +02:00
template Fix casing for 'Support' folder 2024-05-15 19:48:55 +02:00
wsl_scripts Update wsl script for CDDA conversion 2024-07-24 08:53:15 +02:00
.gitattributes Add first CDDA audio file to project 2024-05-02 22:25:15 +02:00
.gitignore Finish integrating custom configs 2024-02-20 22:29:09 -05:00
readme.md Save state 2024-09-06 18:32:09 +01:00

readme.md

Compatibility

  • PS1
    • Emulator
      • Duckstation
      • No$PSX
      • Xebra
    • Real Hardware
  • PS3
    • Emulator
    • Real Hardware

TODO

  • Ko-fi supporter list
  • Support more GTE
  • Easy serial code swap
    • Support .subst files to be substituted with environment variables
    • Support pop-fe
  • PS3 PKG generation tool?
  • PS3 runtime detection?
  • Move DMA code to public include for custom loading of files?
    • Maybe make it an interface with SPU/GPU as a specification...?
    • Could be empty classes that the linker maps to 0 or somewhere
    • Could be a all static struct (I like that better; We are not Nicolas Noble)
    • Redo the IO ports again...?
  • Support better file loading with threads
    • Loading Screen with GPU IO? (Does DMA and IO work together?)