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
ad6ddfa18c7c6596e702b4756957ffbc3f5ac1d7
dolphin
/
Source
/
Core
History
nodchip
a3df65bd02
JitIL: Added a new IR instruction, MulHighUnsigned, which computes the upper 32-bit of the multiplication of two unsigned 32-bit integers. Rewrote mulhwux with MulHighUnsigned.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6145
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-08-29 08:00:51 +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
sometimes to advance you have to make a step back.
2010-08-28 15:09:42 +00:00
Core
JitIL: Added a new IR instruction, MulHighUnsigned, which computes the upper 32-bit of the multiplication of two unsigned 32-bit integers. Rewrote mulhwux with MulHighUnsigned.
2010-08-29 08:00:51 +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
GCPad/Wiimote New: (OS X Config Dialog) Temporarily fix a crash when selecting an item in the device list (a current bug in wxWidgets with wxTE_PROCESS_ENTER). (Windows DirectInput) Hopefully made axis enumeration and the fall back to polled data(for drivers which don't support buffered data) simpler and more foolproof (a few users were having issues with a few specific gamepads).
2010-08-29 03:45:56 +00:00
InputUICommon
GCPad/Wiimote New: (OS X Config Dialog) Temporarily fix a crash when selecting an item in the device list (a current bug in wxWidgets with wxTE_PROCESS_ENTER). (Windows DirectInput) Hopefully made axis enumeration and the fall back to polled data(for drivers which don't support buffered data) simpler and more foolproof (a few users were having issues with a few specific gamepads).
2010-08-29 03:45:56 +00:00
VideoCommon
Include "Hash.h" rather than "hash.h" for case-sensitive file systems.
2010-08-28 15:53:01 +00:00