Author Archives: admin

Dolphin SVN r6340

Revision 6340: fix for r6337: don’t restore cached settings if a gameconfig was not used. Revision 6339 Removed one of the extraneous conditions from JIT64 UnsafeLoadToEAX. Revision 6338 More cmake work. Added autodetection of shared libraries. Added a check for … Continue reading

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6337

Revision 6337: hackfix for per-game settings overriding the main settings. This quick and dirty hack goes out to billiard in return for his own generous hacks. fixes issue 3004. it’s a hack, so it should be replaced with a more … Continue reading

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6332

Revision 6332: JIT fix for the lfs instruction in x64 builds. Fixes Ultimate Spider-man. Revision 6331 Added NullSound to CMake without typo Revision 6330 Added NullSound to CMake Revision 6329 Re-implemented the NullSound back-end. Allows Dolphin to be used on … Continue reading

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6327

Revision 6327: DX9/DX11: Fix and simplify ClearScreen. At least fixes a small glitch in Super Mario Sunshine with DX11, might fix several other things as well in both plugins though (so test this, please!) Explanation of this commit: We only … Continue reading

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6325

Revision 6325: Core/DSPCore: Extended opcode handling fixes * Make writeToBackLog private to DSPIntExtOps.cpp (JIT variants of ‘l and ‘ln are disabled and broken as is) * Make zeroing of the backlog conditional on doing an interpreter fallback and do it … Continue reading

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6324

Revision 6324: Attempt to fix real wiimote delay issues experienced by some. (Issue 3428) Revision 6323 Only enable shader dumping in Debug/DebugFast builds since the required information isn’t available in Release builds due to performance reasons. Revision 6322 DX9, Debugger: … Continue reading

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6321

Revision 6321: Remove vestiges of standalone memcard manager build. Revision 6320 remove standalone MemcardManager, now has its own repo (http://code.google.com/p/gcn-memcard-manager/) add some svn:ignores (windows build dirs) Revision 6319 VideoCommon: Properly upscale the mantissa of some fog params. Might fix games … Continue reading

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6318

Revision 6318: Gah, need _both_ -search_paths_first and -Z. Revision 6317 Re-establish /usr/lib priority over /usr/local/lib using -Z instead of -search_paths_first which doesn’t play well with –sysroot. Скачать: r6318 x86 – скачать, зеркало r6318 x64 – скачать, зеркало

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6316

Revision 6316: Only link with libdl on Linux. Revision 6315 The wxProgressDialog delay bug has been fixed since 2.9.1. Скачать: r6316 x86 – скачать, зеркало r6316 x64 – скачать, зеркало

Posted in Dolphin SVN | Leave a comment

Dolphin SVN r6314

Revision 6314: More robust way of building on 10.6 for a 10.5+ target. Revision 6313 Properly emulate the alpha read pixel engine register function (used for EFB peeks). Revision 6312 A couple minor things I have left over Revision 6311 … Continue reading

Posted in Dolphin SVN | Leave a comment