3.5-2439 11 años, 3 meses ago if a memcard is set to read only, fail more gracefully by reporting when writes to the file fail instead of saying that the file does not exist.
3.5-2438 11 años, 3 meses ago Turns out CVTSD2SI in x64Emitter.cpp should actually use 64 bits instead of 32. Thanks for pointing that out hk.konpie.
3.5-2437 11 años, 3 meses ago [Android] Make the FolderBrowser extend a ListFragment instead of a regular fragment. Lets us get rid of the need for an AdapterView.OnItemClickListener when handling list item clicks. Simplifies the ...
3.5-2436 11 años, 3 meses ago [ARM] Reenable flush per instruction with FPR cache. Something is still very wrong.
3.5-2435 11 años, 3 meses ago [ARM] Fix and optimize mtcrf.
3.5-2434 11 años, 3 meses ago [ARM] MicroOps in the branching instructions.
3.5-2433 11 años, 3 meses ago [ARM] Fix misuse of RBIT in crXXX, meant to use MVN.
3.5-2432 11 años, 3 meses ago Fix missing md5thread.detach()
3.5-2431 11 años, 3 meses ago [ANDROID] Fix ARM JIT. Is due to Android using softfp instead of hardfp.
3.5-2430 11 años, 3 meses ago [ARM] Enable VMOV to move from double VFP reg to two ARM registers.
3.5-2429 11 años, 3 meses ago [InputCommon] Fix a bug in ControllerInterface::UpdateOutput() in ControllerInterface.cpp. The variable ok_count was never incremented, which caused the function to always return false.
3.5-2428 11 años, 3 meses ago Fix an incorrect opcode for an SSE instruction in x64Emitter.cpp. CVTSD2SI should write 0x2D, not 0xF2.
3.5-2427 11 años, 3 meses ago Better fix for issue 6614: ISOProperties should store integer settings for PHack booleans. INIFile is stupid, please kill it with fire.
3.5-2426 11 años, 3 meses ago Fix loading of the 'projection hack enabled' gameini setting
3.5-2425 11 años, 3 meses ago ogl: don't PanicAlert on shader compiler warnings
3.5-2424 11 años, 3 meses ago [ANDROID] Add two new DriverDetails bugs for Adreno. V45 of the driver has broken shader compilation with UBOs in the shaders, this is most likely fixed with V53 found in the Nexus 5. Add a bug for is...
3.5-2423 11 años, 3 meses ago [Android] Use a simpler "startActivity()" call in DolphinEmulator.java. Turns out the other one isn't 4.0 compatible, but actually only 4.1 and up. Also, in this case, we really don't actually care ab...
3.5-2422 11 años, 3 meses ago Fix indentation in function PSO_MakeSaveGameValid() in GCMemcard.cpp.
3.5-2421 11 años, 3 meses ago Revert "ogl: change the default buffer upload on osx+nvidia"
3.5-2420 11 años, 3 meses ago [ARM] Fix the FPR cache to not have to dump registers after every instruction. Add mullwox instruction.