Архив за месяц: Октябрь 2010

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 – скачать, зеркало

Dolphin SVN r6256

Revision 6256:

Some stuff which was still lying around on my hard disk:
— Add a sanity check in CRenderFrame::MSWWindowProc. Possibly reduces the risk of a crash when starting a game and immediately closing the emulation window when using the DX9 plugin.
— DX11: Add the resource usage as a parameter to CreateQuadVertexBuffer, possibly to be used in the future.
— reduce the size of the EFB access buffers from 4×4 to 1×1 since they needn’t be bigger anymore
— some fixes to the recent hires commit.

Revision 6255

DX11: Add texture dumping and hires texture loading support.

Not sure if hires textures are working perfectly, yet, so test this, please.

Revision 6254

Fixed hires textures not scaling. Also increased max size of custom textures to 2048×2048.

Revision 6253

Fixes issue 3295.

Скачать:

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

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

Dolphin SVN r6252

Revision 6252:

Add Turntable.cpp to SCons build.

Set native eol-style on recently added files.

Revision 6251

Added support for PAL-R (Russia) ISO detection. Fixes issue 2575.

Revision 6250

InputCommon(GCPad/WiimoteNew): Fixed issue when inifile didn’t exist, defaults were loaded, and input didn’t work. Fixed prob in DirectInput(hopefully doesn’t break any other gamepads): buffered data wasn’t ever being used. WiimoteNew: Hopefully made emulated swinging better(please comment). Added (completely untested) incomplete emulated turntable(DJ Hero) extension support :p. Deleted some files that I meant to delete in my last commit.

Revision 6249

Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommon. Still need to merge VertexManager::Flush (will be easier after TextureCache is merged). Purposely using a class/virtualfuncs rather than a namespace so multiple VertexManager can be in one plugin (VideoMergeNew? :p).

Revision 6248

Core/Common: Automatically emit a MOV in ABI_CallFunction* when the function
pointer cannot be reached by 32bit displacement.

RAX is caller save and non-parameter in all 64 bit ABIs, so it should be safe
to clobber it on function call.

Скачать:

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

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

Dolphin SVN r6247

Revision 6247:

DX11: Clean up AccessEFB and fix a crash. Thanks to pico554 for hinting at the wrong part ;)

Should fix SMG for NVIDIA users. Slightly changes behavior of the AccessEFB function, so test this for regressions, please (esp. in HD resolutions).

I tried to apply the same changes to Video_DX9, but for some reason EFB access didn’t work anymore then. Might look into that later.

Скачать:

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

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

Dolphin SVN r6246

Revision 6246:

Fixed a bug in JIT/JITIL. The size_of_merged_addresses variable was being used before it was initialised in certain cases (Rogue Leader).

Revision 6245

Core/DSPCore: Make JIT work on 64 bit hosts

This is the safe variant that does not assume other
functions use R11 for &g_dsp.r, which they actually do.
So there is a lot unnecessary reloading of the register
getting emitted.

There are a few small changes exploiting pointers known
at emission time and making use of MComplex math.

Also renames m_LLEplaying to m_AIplaying in Core/AudioCommon.

Скачать:

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

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