Архив рубрики: Dolphin SVN

Dolphin SVN r6546

Revision 6546:

Fixes/Cleanup for the MemcardManager.
Notable Changes:
Fixes right click menu in linux.
Fixes Issue 2412.
sram.raw file is no longer required to format a memcard
Update to use new ini sections, automatically remove default settings from ini file
enable pages setting no longer requires memcard manager to be reopened to take effect
it is no longer possible to switch to a negative page number

Revision 6545

Replace characters that NTFS and HFS can’t handle with ‘-‘. Should fix issue 3443.

Revision 6544

Make the cmake check_lib macro more versatile. It first tries pkg-config, and if that fails it then check for libraries and required headers. Also cleaned up the output a little bit.

Скачать:

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

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

Dolphin SVN r6541

Revision 6541:

change filename of isocache to always include extension and filesize.
Fixes issue 3669.

Revision 6540

Use the proper type for printing the OpenAL default device name.

Revision 6539

Remove scons build instructions from the linux build wiki. The scons build is
broken and we no longer support it on linux. Too many users are complaining
about it not working. Use the cmake build instead.

Скачать:

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

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

Dolphin SVN r6535

Revision 6535:

Cast size_t to unsigned long for printf to deal with (32-bit)
systems where size_t is typedef int.

It’s either this or use the C99 %zu but while we can probably
safely assume C99 compilers, I am not at all sure that that’s the
case for stdio libraries and this solution is fairly low-impact.

Revision 6534

Fix the nogui build on linux. The software plugin config dialog should not be built.
Fix the default wiimote emulation mouse button settings on linux.
Fix a little c++ operator precedence issue.

Revision 6533

DX11: Remove some dead code.

Revision 6532

CLRun is now used everywhere but OS X.

Revision 6531

Move NSAutoreleasePool handling into the proper entry/exit points
for the real wiimote thread as for the other threads.

Turns out we use OS X bluetooth API’s that were introduced in 10.5.4.

Remove vestiges of previously removed wiiuse_set_bluetooth_stack().

XXX We should probably have a Common equivalent of htonl and friends.

Revision 6530

Fix building with BBOX_SUPPORT enabled.

Скачать:

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

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

Dolphin SVN r6522

Revision 6522:

allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs…)

Revision 6521

fix a crash that could occur in CompressedBlob.cpp

Revision 6520

little fix for r6517

Revision 6519

LLE JIT: Jitted another 8 DSP multiplier instructions (x64 only)

Revision 6518

little fix for r6513 thank to metatheos for finding the error

Скачать:

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

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

Dolphin SVN r6517

Revision 6517:

two fixes in this commit:
first fix for issues introduced in sms in r6501, please test for a regressions in The Calling
Second Fix for Issue 3539, by making pixel Dept calculation an option. in games with this issue Enabling pixel depth will solve the issue, in other games disabling the option will not cause speed lost
some cleanup in dlist cache

Revision 6516

Reestablish *BSD build using CMake.

Скачать:

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

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

Dolphin SVN r6515

Revision 6515:

Second attempt at issue 3458. Fixes issue 3458.
Replaces all occurrences of ftell and fseek with ftello and fseeko, respectively. This matters on non-win32 where only these names are altered by the _FILE_OFFSET_BITS define. Win32 still just maps the funcs to ftelli64/fseeki64.
Also add some File::GetSize I had skipped in my last commit.

Revision 6514

remove fifowait flag, is not needed now as we execute all events that need to be executed even if the cpu is waiting for the fifo.
this way fifo will not avid other thread events to bi executed.

Revision 6513

Rodolfo and Me fixed ProcessFifoWaitEvents() in CoreTiming, now process the all events and not only the first :P

Скачать:

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

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