Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
6143 | Download | Download | Not available | 14 years, 3 months |
GCPad/Wiimote New: (OS X Config Dialog) Temporarily fix a crash when selecting an item in the device list (a current ... read more |
6142 | Download | Download | Not available | 14 years, 3 months |
JitIL: Improved the register usage and remove extra MOVAPD instructions. This is for the speed optimization. |
6141 | Download | Download | Not available | 14 years, 3 months |
Include "Hash.h" rather than "hash.h" for case-sensitive file systems. Fix some compiler warnings. |
6139 | Download | Download | Not available | 14 years, 3 months |
sometimes to advance you have to make a step back. use plain vertex arrays instead of VBOs to render in Opengl plugin ... read more |
6138 | Download | Download | Not available | 14 years, 3 months |
Bugfix for the TLB cache used by the MMU. Thanks to drkIIRaziel for spotting it. |
6137 | Download | Download | Not available | 14 years, 3 months |
JitIL: Reverted r6135 again. Please refer r6110, r6131, r6135, and Issue 3097 about the problem. I will check the ... read more |
6136 | Download | Download | Not available | 14 years, 3 months |
Further optimised the JIT cache lookup. Attempted to fix the Wii games in ICC builds. |
6135 | Download | Download | Not available | 14 years, 3 months |
JitIL: Restored some instruction handlers reverted in r6131. If this revision does not introduce the bugs reported in ... read more |
6134 | Download | Download | Not available | 14 years, 3 months |
JitIL: Fixed the wrong implementation of "mtcrf". (The bit order was reverse...) This commit may fix the bugs ... read more |
6133 | Download | Download | Not available | 14 years, 3 months |
Fix RTC to report the correct system time in Wii and GC titles as reported in Issue 1817 Modify ... read more |
6132 | Download | Download | Not available | 14 years, 3 months |
My first commit! Done some refactoring around the PowerPC stuff. Main changes: * Declared CPUCoreBase class * Wrapped ... read more |
6131 | Download | Download | Not available | 14 years, 3 months |
JitIL: Partially reverted r6110 (andcx, norx, orcx, nandx, and eqvx) to fix the bug reported in Issue 3097. |
6130 | Download | Download | Not available | 14 years, 3 months |
JitIL: Commented out folding rules which are not tested. This commit is for the check of the bug reported in Issue ... read more |
6129 | Download | Download | Not available | 14 years, 3 months |
Optimised the JIT cache lookup in JIT and JITIL. Gives a <5% speed-up in GameCube games. Wii games and GC games+MMU ... read more |
6128 | Download | Download | Not available | 14 years, 3 months |
JitIL: Extracted local variables to prevent calling regLocForInst()/fregLocForInst() many times. It was pointed out in ... read more |