Post Reply 
 
Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to test games to help things get fixed
04-21-2013, 03:39 AM
Post: #3
RE: How to test games to help things get fixed
Well, if you know Ruby, I'd recommend just trying to get into it and see where you land. The pspautotests are very simple and self contained.

That said, I'd start by trying to understand JpcspTrace, and using it on a game or to. For example, the default config just watches for sceKernelThreadCreate and sceUtilitySavedataInitStart iirc, and you can look at the log and see how that works. Just being able to trace the calls and compare with the log in the emulator can already really help find bugs and problems making games not work right.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to test games to help things get fixed - [Unknown] - 04-21-2013 03:39 AM

Forum Jump: