Editing PS2 Emulation/PS2 Config Commands
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 75: | Line 75: | ||
Sleep EE thread for 10 milliseconds, after that remove hook. | Sleep EE thread for 10 milliseconds, after that remove hook. | ||
|- | |- | ||
|0x0D|| | |0x0D|| usleep(100) | ||
|- | |- | ||
|0x0E|| Used 3 times in Need for Speed - Carbon [Collector's Edition] US. | |0x0E|| Used 3 times in Need for Speed - Carbon [Collector's Edition] US. | ||
Line 231: | Line 230: | ||
|- | |- | ||
|0x35|| Used in Ninkyouden: Toseinin Ichidaiki | |0x35|| Used in Ninkyouden: Toseinin Ichidaiki | ||
Test if | Test if 0x40200300 and 0x40200310 values are the same. Both values are GIF related. | ||
When values are different sleep EE thread for 4096 cycles and try again. | When values are different sleep EE thread for 4096 cycles and try again. | ||
This is running in a loop until values are the same. | This is running in a loop until values are the same. |