Архив автора: admin

Dolphin SVN r6270

Revision 6270:

Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won’t depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes)

Скачать:

r6270 x86 – скачать, зеркало

r6270 x64 – скачать, зеркало

Dolphin SVN r6269

Revision 6269:

WiimoteNew: Made emulated wiimote return read error when motion plus register area is read.(Fixes «Sonic the Hedgehog 4» input, perhaps others) GCPad/WiimoteNew: Made DirectInput use the Dolphin window hwnd for SetCoopLevel instead of GetForegroundWindow.(attempt to fix issue where gamepads sometimes don’t work until «Refresh» is pressed)

Скачать:

r6269 x86 – скачать, зеркало

r6269 x64 – скачать, зеркало

Dolphin SVN r6266

Revision 6266:

Core/DSPCore: Make the JIT blocks return the number of cycles executed.

The block_size seems to be not reliable, even after trying to more closely match
the interpreter by looking at the analysis for (addr+opcode->size-1) for detecting
the end of the block.

Since we need to «calculate» this number shortly before returning to
RunForCycles, it seemed logical to use the (up to now) unused return value
of the blocks.

Improves SMG2 here.

Revision 6265

Fix a bug introduced by r6240.
Fixes issue 3320.

Скачать:

r6266 x86 – скачать, зеркало

r6266 x64 – скачать, зеркало

Dolphin SVN r6264

Revision 6264:

GCPad/WiimoteNew: Reordered some stuff in DirectInput device enumeration.(makes certain gamepads work now, hopfully doesn’t break other pads) (Thanks to YoD for helping debug) Also fixed something ridiculous in the input config dialog. :p

Скачать:

r6264 x86 – скачать, зеркало

r6264 x64 – скачать, зеркало

Dolphin SVN r6263

Revision 6263:

Core/DSPCore: Fix register use in two (currently) unused functions, correct the
IsSameMemArea check in the rest of the file.

Looks like this is simply a copy-paste error, that i dutifully «fixed» for 64 bits.

No idea if this fixes anything, but it brings JIT more in line with the interpreter.

Скачать:

r6263 x86 – скачать, зеркало

r6263 x64 – скачать, зеркало

Dolphin SVN r6261

Revision 6261:

Fix wiimotes.(fixes issue 3195)

Revision 6260

WiimoteNew: Added button mappings for tables and crossfade slider on emulated turntable extension.(completely untested in game)

Revision 6259

Only need one copy of Turntable.o.

Revision 6258

Fix building with —as-needed.
Fixes issue 3301.
Patch by Christian.Morales.Vega, thanks ;)

Скачать:

r6261 x86 – скачать, зеркало

r6261 x64 – скачать, зеркало