Go to file
jaby 1529e279ab LZ4 for vag not supported yet 2024-09-28 14:02:43 +02:00
bin Add first CDDA audio file to project 2024-05-02 22:25:15 +02:00
config Allow SPU debug messages (on by default for now) 2024-09-28 13:29:30 +02:00
docs Auto LBA docu 2023-02-09 21:07:49 +01:00
examples/PoolBox LZ4 for vag not supported yet 2024-09-28 14:02:43 +02:00
include Update SPU 2024-09-28 13:52:36 +02:00
mkfile Support new SPU voice approach 2024-08-24 14:25:05 +02:00
src LZ4 for vag not supported yet 2024-09-28 14:02:43 +02:00
support Create constructor for SimpleTIM 2024-09-28 13:13:00 +02:00
template Support alternate license when none is provided or found 2024-08-21 21:44:26 +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?)