This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
60696ffe30b2df9fae6d9f4fe1664d3bac201ae1
dolphin
/
Source
/
Core
History
nodchip
60696ffe30
JitIL: Commented out folding rules which are not tested. This commit is for the check of the bug reported in Issue 3097. The bug was introduced in r6110 by myself. In r6110, I added a function to convert andx, nandx, andcx, orx, norx, orcx, xorx, and eqvx into IRs. It is clear that the function has the bug. However I could not find the bug in the function. Then I thought there may be bugs in folding rules in IRBuilder because there are some untested folding rules which fold and, or, xor, etc. (This is also written by myself. I'm sorry.) I tested some folding rules and commented out the other untested rules.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6130
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-08-26 11:32:30 +00:00
..
AudioCommon
Reverted change from r6100 to previous version. That thing broke some games audios. With audio throttle off, possessing audio was disabled. Now I'm working on a workaround, stay tunned.
2010-08-17 15:45:12 +00:00
Common
sorry for the last one, please test this one :)
2010-08-25 11:18:46 +00:00
Core
JitIL: Commented out folding rules which are not tested. This commit is for the check of the bug reported in Issue 3097. The bug was introduced in r6110 by myself. In r6110, I added a function to convert andx, nandx, andcx, orx, norx, orcx, xorx, and eqvx into IRs. It is clear that the function has the bug. However I could not find the bug in the function. Then I thought there may be bugs in folding rules in IRBuilder because there are some untested folding rules which fold and, or, xor, etc. (This is also written by myself. I'm sorry.) I tested some folding rules and commented out the other untested rules.
2010-08-26 11:32:30 +00:00
DebuggerUICommon
Debugger enhancements:
2010-08-08 06:00:22 +00:00
DebuggerWX
Added support for multiboot dols. This allows demo discs, bonus discs etc to be played.
2010-08-11 10:45:27 +00:00
DiscIO
Warning fixes and some cleanups.
2010-08-13 19:07:59 +00:00
DolphinWX
Low level emulate the GC IPL (BIOS screen). The GC BIOS now correctly launches the game. JIT the IPL instead of interpreting it. Made LLE BIOS the default (which silently fails to HLE). Relabelled the "HLE the IPL" option to "Skip GC BIOS".
2010-08-20 14:57:26 +00:00
DSPCore
dsplle - small mulx.. regression fix
2010-08-17 12:42:14 +00:00
InputCommon
9/10-bit accelerometer data interleaved with buttons
2010-08-24 08:48:09 +00:00
InputUICommon
New Wiimote Plugin: Fix hang on close issue of my last commit.(thanks to glennrics) Made profile saving/deleting a bit more user friendly.
2010-08-15 23:03:15 +00:00
VideoCommon
sorry for the last one, please test this one :)
2010-08-25 11:18:46 +00:00