Go to file
Jaby 70556488fc Iterate over samples 2024-10-10 22:05:18 +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 Prepare my_vag conversion 2024-10-09 21:56:02 +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 Iterate over samples 2024-10-10 22:05:18 +02:00
support Rename jaby_engine_fconv to fileconv 2024-10-09 20:56:24 +02:00
template Rename jaby_engine_fconv to fileconv 2024-10-09 20:56:24 +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?)