NeoBrainX
700123c55b
FifoPlayer: Add an "Analyzer" tab which allows browsing through all rendered objects per frame and through all register setting commands per object
2012-01-21 13:49:24 +01:00
LPFaint99
96d56cd8ef
fix for memcard manager using sjis for ascii encoded string
...
thanks to gerbilsoft for finding my mistake, fixes issue 5148
2012-01-18 22:41:35 -08:00
Shawn Hoffman
bef3d7229e
Ensure comment strings in CBannerLoaderWii::SWiiBanner are null-terminated. Fixes issue 5012.
...
Signed-off-by: Shawn Hoffman <godisgovernment@gmail.com>
2012-01-17 23:59:48 -08:00
calc84maniac
79ca43226c
Added SHRD/SHLD x86 emitters, further optimized srawx
2012-01-09 00:10:13 -05:00
nitsuja
31ff1907a4
added an option to log to the attached Windows debugger (so e.g. NOTICE_LOG messages can show up in Visual Studio's output window)
2012-01-07 23:04:18 -08:00
nitsuja
1603bbb5f4
fixed and reenabled and slightly optimized the JIT version of fcmpo/fcmpu.
2012-01-07 22:23:59 -08:00
nitsuja
9ab69febe5
fix for stack corruption caused by certain DSP LLE JIT ABI calls.
...
if you were getting crashes or freezes as a result of using the "DSP LLE on Thread" option, this might fix that.
2012-01-07 20:46:41 -08:00
nitsuja
2368d88c65
slightly more precise speed percent display (this is really minor)
2012-01-07 20:24:11 -08:00
nitsuja
daefb3b550
a small thread synchronization speedup for dual core mode.
...
it's most noticeable in games where the CPU is running behind compared to the GPU.
2012-01-07 20:22:48 -08:00
NeoBrainX
b33be736cd
D3D9/11: Degrade a PanicAlert related to EFB format changes to an ERROR_LOG
2012-01-06 13:45:51 +01:00
calc84maniac
8fb1a02f6b
Fixed small error for instructions with overflow enabled
2012-01-05 22:39:17 -05:00
calc84maniac
5a15d58964
Added emitters for BT/BTR/BTS/BTC x86 instructions, optimized extended arithmetic PowerPC instructions
2012-01-05 22:36:27 -05:00
calc84maniac
a7a6a1859e
subfex optimization when RD==RA
2012-01-05 19:07:31 -05:00
calc84maniac
60cddf0823
Fixed some BindToRegister calls (removing unnecessary MOV instructions for speedup)
2012-01-05 18:27:04 -05:00
calc84maniac
ecc63651c7
srawx/srawix optimizations
2012-01-04 14:06:19 -05:00
nitsuja
57d1c87a2d
Merge branch 'determinism-fixes'
2012-01-04 01:49:31 -08:00
nitsuja
39613a95a8
initialize the uninitialized
2012-01-04 01:36:09 -08:00
nitsuja
81a1efab8e
fixed an issue where the CPU sometimes single-steps an extra time after pausing
2012-01-04 01:33:38 -08:00
nitsuja
ced8ca7219
better support for RTC when recording
2012-01-04 01:33:35 -08:00
nitsuja
c6ce58ab64
fixed a wii recording desync
...
(some remote init code was running in playback but not recording)
2012-01-04 01:17:11 -08:00
nitsuja
fe5a82357a
fix potential wiimote playback desync
2012-01-04 01:16:45 -08:00
nitsuja
88df9d25a1
fixed potential crash in wii fileio
2012-01-04 01:13:46 -08:00
calc84maniac
363cf39ca9
Got rid of no-longer-valid assert 'W T F !!!'
2012-01-04 02:27:04 -05:00
calc84maniac
415aad3b03
Fixed some GCC compiler warnings
2012-01-03 10:57:58 -05:00
calc84maniac
f9f9bb9870
Merge branch 'master' of https://code.google.com/p/dolphin-emu
2012-01-03 10:05:08 -05:00
calc84maniac
b23a3df5e8
More x86 shift fixing
2012-01-03 10:03:12 -05:00
skidau
ebca41e78b
Merge branch 'Wiimote'
2012-01-03 22:23:45 +11:00
calc84maniac
b88d0aa53f
x86 shift of 0 doesn't update flags, check the value manually
2012-01-03 01:24:21 -05:00
skidau
a812e3bd3d
Removed the "Reload MemCard on load state" hack as it is no longer needed with the new save states system.
...
Fixes issue 4898.
2012-01-03 01:24:20 -05:00
skidau
32755aa48c
Reordered the safe write path of the stfd instruction.
2012-01-03 01:24:19 -05:00
skidau
daf7e96521
Fixed the safe write path of the stfd instruction in the JIT. Fixes issue 4001.
2012-01-03 01:24:18 -05:00
skidau
b9547a07f5
Updated the Gecko code handler to the latest version from Gecko OS 1.9.3.1.
...
Added a check to ensure that the number of codes fits in memory (maximum 231 codes).
Store a copy of codehandler.bin in the Sys directory.
2012-01-03 01:24:17 -05:00
skidau
318d3cff02
Added a note to try the native code handler in the error message window.
...
Added copyright notices.
2012-01-03 01:24:16 -05:00
skidau
69b2d4ddc1
Changed the Gecko code handling to the native code handler. This provides full compatibility with all Gecko codes.
...
To use the native code handler, place the kenobiwii.bin file into the Sys directory. Dolphin will silently fall-back to the emulated code handler if the file is not there.
Fixes issue 4561.
2012-01-03 01:24:14 -05:00
calc84maniac
2c3a714e49
Merge branch 'master' of https://code.google.com/p/dolphin-emu
2012-01-03 00:44:41 -05:00
calc84maniac
aa47a8c690
x86 shift of 0 doesn't update flags, check the value manually
2012-01-03 00:37:43 -05:00
skidau
ca287e7957
Removed the "Reload MemCard on load state" hack as it is no longer needed with the new save states system.
...
Fixes issue 4898.
2012-01-03 15:36:32 +11:00
calc84maniac
6ecae3e556
srwx and slwx optimizations
2012-01-02 19:45:28 -05:00
calc84maniac
9c4106027c
Erp, some changes were not committed
2012-01-02 19:45:27 -05:00
calc84maniac
ff6d0d056a
rolwinmix and rlwnmx optimizations, another Rc/RC typo fixed
2012-01-02 19:45:26 -05:00
calc84maniac
9530bd0292
rlwimix optimizations
2012-01-02 19:45:25 -05:00
calc84maniac
a6d041bfa9
Removed an extraneous FlushLockX, further optimized simultaneous handling of carry/overflow.
2012-01-02 19:45:24 -05:00
calc84maniac
4cb1af0f13
Fixed a bad typo. Why are there different inst.Rc and inst.RC variables? >_>
2012-01-02 19:45:23 -05:00
unknown
ab54000d73
Fixed and streamlined overflow detection, improved subtraction methods, general flag-based optimizations including GenerateRC() which uses the sign/zero flag of the last operation
2012-01-02 19:45:21 -05:00
skidau
d399e6b26d
Reordered the safe write path of the stfd instruction.
2012-01-03 10:20:20 +11:00
calc84maniac
f575c2c3be
srwx and slwx optimizations
2012-01-02 18:00:28 -05:00
calc84maniac
42cdda42c9
Erp, some changes were not committed
2012-01-02 17:34:07 -05:00
calc84maniac
ce80772007
rolwinmix and rlwnmx optimizations, another Rc/RC typo fixed
2012-01-02 17:30:54 -05:00
calc84maniac
7d262ff1f4
rlwimix optimizations
2012-01-02 15:07:36 -05:00
calc84maniac
a2bd91b726
Removed an extraneous FlushLockX, further optimized simultaneous handling of carry/overflow.
2012-01-02 11:50:01 -05:00