Go to file
jaby 09a2192e97 Support end frame 2024-10-17 21:42:14 +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 Rename fconv to pxfconv 2024-10-10 22:11:39 +02:00
include Establish VSyncCallback rendering 2024-10-05 13:22:09 +02:00
mkfile Update GPU IOs (What a pain) 2024-09-28 17:49:04 +02:00
src Support end frame 2024-10-17 21:42:14 +02:00
support Rename fconv to pxfconv 2024-10-10 22:11:39 +02:00
template Rename fconv to pxfconv 2024-10-10 22:11:39 +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 Ignore temp .VAG files 2024-10-07 20:12:22 +02: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?)