Dolphin SVN r6659

Revision 6659:

LLE JIT: Added the loop instructions to the JIT. Added ASM version of HandleLoop. Both x86 and x64 versions have been added.

Revision 6658

Made the «Download Gecko Codes» button not add already existing codes.(fixes issue 3732) Minor fix to gecko code handling. Added a «Show Shader Errors» setting to video config dialog.

Revision 6657

LLE JIT:

* Completed the JIT versions of the DSP Multiplier instructions (5 instructions added).
* Bug fixed the dec and lsr16 instructions.
* Minor code clean-up.

Скачать:

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

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

Dolphin SVN r6651

Revision 6651:

More ClearScreen fixes for PIXELFMT_RGB565_Z16…

Revision 6650

some better default settings:
logging: turn off write to file
core: don’t insert anything in memcard b slot
video: efb scale to integral, AF to 1x
audio: 100% volume, 48KHz sample rate

Скачать:

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

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

Dolphin SVN r6649

Revision 6649:

Clarify comment about the use of event.Skip().

Revision 6648

Support for multiple wiimotes on OS X.

Fixes issue 3703.

Note that HLE wiimote activation is currently a little broken, so to
use multiple wiimotes you need to open the wiimote configuration window,
refresh (connect to) the real wiimotes, start the emulation and then
select Connect Wiimote 2/3/4 from the Tools menu or with hotkeys.

Скачать:

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

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

Dolphin SVN r6647

Revision 6647:

Don’t reset all of ARAM when DSPReset is sent. Fixes issue 3594

Revision 6646

Add the ability to Get / Set Array data from SysConf
wiimote bd’s are now read from (or added to if < 4 exist) SysConf in theory you should be able to use any valid sysconf file now, but i would advise against using a dolphin edited SysConf on a wii Скачать:

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

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

Dolphin SVN r6645

Revision 6645:

Fix Unix build.

Revision 6644

data/user/wii/shared2/sys/readme.txt isn’t really accurate or necessary anymore.

Revision 6643

Move AES to common lib
move pch includes to vcproj file for discio

Revision 6642

Allow control of BT.SENS and BT.MOT sysconf values. Thought BT.SENS would fix issue 3362, I don’t think it did though…
Feel free to revert if the options seem unneeded.

Revision 6641

Added a game property for the «Enable CPU Access» video option. Patch by Link_to_the_past.

Revision 6640

Update Wii save import / export to use the same replace list as FileIO
add a couple of country codes I found through redump.org database

Скачать:

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

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

Dolphin SVN r6634

Revision 6634:

Fixes some file handling in IPC_HLE

* change File::GetSize to fetch the size directly from the open file instead
of stat’ing it when challed with a FILE*
* use changed File::GetSize(FILE *f) instead of calling with file name in two
places
* remove «seek_pos % file_size» hack for ZTP, so one can seek to the end of
file again. Please check Zelda: Twilight Princess for regressions
* return error codes when reading or writing from/to a file

A lot of those changes are from j4ck.fr0st, so kudos to him.

I did not change the file open mode for ISFS_OPEN_WRITE to «wb». While that
would probably be more correct, it says in the comment that it might affect
Mario Kart Wii. I would prefer somebody with that game try that change
locally first.

Please check your games for regressions (or even improvement). Some games that
may be affected are Zelda — Twilight Princess and Metroid Prime 3.

Fixes issue 1749

Revision 6633

LLE JIT:
* Added 21 Arithmetic instructions to the JIT
* Used the DSPAnalyser to identify arithmetic/multiplier instructions that precede a conditional branch. This allows the JIT to skip updating the SR when nothing would read from it. Marked all arithmetic/multiplier instructions in the DSPTable for this purpose.
* Converted CheckExternalInterrupt into ASM
* Fixed a couple instructions in DSP Load/Store

Скачать:

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

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