unknownbrackets / ps2autotests

A set of test programs run on a PS2, with accompanying results.
ISC License
25 stars 7 forks source link

Make common-ee the entry point for all EE tests #7

Closed jpd002 closed 9 years ago

jpd002 commented 9 years ago

As discussed in #6, EE tests entry point is now inside common-ee.cpp. A thread is created with proper parameters and the thread procedure launches the test. Begin/End traces could be moved there later on.

unknownbrackets commented 8 years ago

I think this is what makes the newer ps2sdk (I was using an older build before) exit differently:

https://github.com/ps2dev/ps2sdk/commit/9be558245d3c68a4cfb4f863a85b0b1bf74aafb5

The newer version is now required because of the thread stat changes but it makes it barely usable, leaving ps2link for every run. Reverting the changes to crt0.s restores the functionality I desire. Just in case it helps you as well. I'd lose my head if I had to reopen ps2link for each test run.

-[Unknown]