3.5-415 hace 11 años, 2 meses Increased the cycle time of the vertex command. Fixes "Speed Challenge: Jacques Villeneuve's Racing Vision".
3.5-414 hace 11 años, 2 meses Moved the setting of the Finish interrupt signal back to the main thread as it was causing Wii games like Resident Evil 4 (Wii) to hang.
3.5-413 hace 11 años, 2 meses Profile stores, fp stores and ps stores only to the fifo write addresses list. This should make the JIT a little faster as it will not be checking for external exceptions unnecessarily.
3.5-412 hace 11 años, 2 meses Added preliminary support to synchronise the timing of the CPU and GPU threads. A new option has been added to the game properties for this purpose. This option may help with random freezes in Dual ...
3.5-411 hace 11 años, 2 meses Merge branch 'master' into FIFO-BP
3.5-339 hace 11 años, 2 meses Removed the updating of PC in the Cleanup function. This was causing Metroid Prime to hang.
3.5-338 hace 11 años, 2 meses Removed the updating of PC in GenQuantizedStores() as the generated code is static.
3.5-337 hace 11 años, 2 meses Moved the token update to the CPU thread.
3.5-336 hace 11 años, 2 meses Updated PC on a few memory writes that were missed in the FifoBusy branch. Thanks to hk.konpie for the tip.
3.5-335 hace 11 años, 2 meses Used Atomic functions to update variables shared between the CPU and GPU threads. Changed the variables from bool to u32 to match the atomic functions.
3.5-334 hace 11 años, 2 meses Used AtomicStore to write to the signal interrupts.
3.5-333 hace 11 años, 2 meses Set the token and finish interrupt signal from the video thread. This fixes the inconsistent state caused by lag from the scheduler. Fixes Rayman 3: Hoodlum Havoc and Shamu's Deep Sea Adventures.
3.5-332 hace 11 años, 2 meses Changed cmdidle to match the isGpuReadingData flag. Fixes the random freezes in The Last Story.
3.5-331 hace 11 años, 3 meses Changed cmdidle to be idle on breakpoint. Added low watermark interrupts generated by the gather pipe.