Search found 2 matches

by Infrid
September 5th, 2017, 6:07 pm
Forum: Programming/CPU
Topic: debug a crash by setting a breakpoint on cd-rom read
Replies: 0
Views: 7897

debug a crash by setting a breakpoint on cd-rom read

hello! I am working on a fan translation for the game ace combat 3 and I would explain few issues and find the best solution with your help. The game stores the text as images in TIM files and it's pretty easy to edit them, but those images are stored in a big container. The files involved are ACE.B...
by Infrid
September 5th, 2017, 5:29 pm
Forum: Programming/CPU
Topic: Multi-threading in PSX
Replies: 4
Views: 13001

Re: Multi-threading in PSX

for example you can run the game in a thread while you pay the audio track in another thread. Load assets while you playing a level for the next one, etc etc.