![]() |
![]() |
![]() |
![]() |
![]() |
Make 'Guilty Gear XX Accent Core Plus' work.
Posted on 2009-05-24 00:00:00 |
Well, I haven't updated this much as I've been doing progress very slowly. But, as for this game, I've decided that it was good enough for the moment. It's possible to play the game without any hangs, even though the frame rate is quite low.
The hangs were caused by some SPU registers problems while the game was trying to change the music. I had to hack something to make it work. I also improved the caching mechanism of the OpenGL renderer by calculating and saving hashes of cached textures. This improves the cases where the game uses the same address for two or more different textures. I said I wanted to make the music and sound work for this, but I'm not too sure about the way of making the SPU update properly along with the rest of the stuff (GS, Input, etc.). Also, the SPU rendering is quite slow for now (as demonstrated in the PsfPlayer program), so that would need some improvement before being usable in the main emulator. Well, this concludes this development. Next one coming right away. |