Lioncash
|
49fff7979b
[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 implementation of the FolderBrowser a tiny bit.
|
11 년 전 |
Ryan Houdek
|
85f067780a
[ARM] Reenable flush per instruction with FPR cache. Something is still very wrong.
|
11 년 전 |
Ryan Houdek
|
930f997f04
[ARM] Fix and optimize mtcrf.
|
11 년 전 |
Ryan Houdek
|
1b1b5d2100
[ARM] MicroOps in the branching instructions.
|
11 년 전 |
Ryan Houdek
|
5158aea4dc
[ARM] Fix misuse of RBIT in crXXX, meant to use MVN.
|
11 년 전 |
comex
|
ae607ea1e9
Fix missing md5thread.detach()
|
11 년 전 |
Ryan Houdek
|
452fd84bbd
[ANDROID] Fix ARM JIT. Is due to Android using softfp instead of hardfp.
|
11 년 전 |
Ryan Houdek
|
6fc2117503
[ARM] Enable VMOV to move from double VFP reg to two ARM registers.
|
11 년 전 |
Lioncash
|
af951f467e
[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.
|
11 년 전 |
Lioncash
|
d03fb11188
Fix an incorrect opcode for an SSE instruction in x64Emitter.cpp. CVTSD2SI should write 0x2D, not 0xF2.
|
11 년 전 |
Pierre Bourdon
|
86f6e8cc1e
Better fix for issue 6614: ISOProperties should store integer settings for PHack booleans. INIFile is stupid, please kill it with fire.
|
11 년 전 |
Pierre Bourdon
|
7aa98a3830
Fix loading of the 'projection hack enabled' gameini setting
|
11 년 전 |
degasus
|
28f2bd310d
ogl: don't PanicAlert on shader compiler warnings
|
11 년 전 |
Ryan Houdek
|
24a44ecfb8
[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 issue surrounding on screentext and doing a glClear after swap causes screen swizzling and zero frames rendered respectively. On the Java side, pass in the dimensions of the screen swapped since there is an issue with Adreno where it rotates the output 90 degrees for some reason. Disable the GLSL shader cache on Android for now due to the inability to cleanly exit the emulator, this tends to cause the cache to get corrupted. All this together fixes rendering with Adreno 3xx GPUs with driver version v14 and above. In particular my Galaxy S4 still resets with this without the root commands, but my HTC Droid DNA and LG G2 is fine. This must be due to particular 'enhancements' that the Samsung kernel has over the other ones. The speed on Adreno has yet to be optimized, so it will most likely be slow still. Faster than the software rasterizer in any case. The ARMJIT is still broken in at this point, so not much fun can be had.
|
11 년 전 |
Lioncash
|
db7f8697ba
[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 about the saved instance state bundle.
|
11 년 전 |
Lioncash
|
197b317357
Fix indentation in function PSO_MakeSaveGameValid() in GCMemcard.cpp.
|
11 년 전 |
degasus
|
6cc30f3b23
Revert "ogl: change the default buffer upload on osx+nvidia"
|
11 년 전 |
Ryan Houdek
|
39a8645ffc
[ARM] Fix the FPR cache to not have to dump registers after every instruction. Add mullwox instruction.
|
11 년 전 |
Ryan Houdek
|
06062d5744
[ARM] Fix VSQRT/VCMP/VCMPE/VCMPE0/VCMP0 emitters when using the high 16 double registers.
|
11 년 전 |
Pierre Bourdon
|
ec9c395f4f
Add WBFS to the file extensions supported by Dolphin on OSX
|
11 년 전 |
Pierre Bourdon
|
e34d8aee1d
Add * to the characters leading a verbatim line (used in Gecko codes comments)
|
11 년 전 |
Rachel Bryk
|
47ce3dd09d
Really fix reading projection hacks from game inis.
|
11 년 전 |
Rachel Bryk
|
e3d01de01d
Fix reading projection hack from game inis in ISOProperties.
|
11 년 전 |
Rachel Bryk
|
ec5cf60f5e
Set L/R buttons in tas input, instead of just the analog triggers.
|
11 년 전 |
Ryan Houdek
|
302e9c891b
[ARM] crand/crandc/creqv/crnand/crnor/cror/crorc/crxor/mcrf/mfcr/mtcrf/mtsr/mcrxr/mfsr implementations.
|
11 년 전 |
Ryan Houdek
|
dcf74ef2b3
[ARM] Renables load instructions with update.
|
11 년 전 |
Lioncash
|
988544389a
[Android] Slightly change the layout of the AboutFragment. Looks more like an actual list view now.
|
11 년 전 |
Lioncash
|
b4883e2ada
[Android] Make the AboutFragment extend the ListFragment, since this is basically what this fragment acts as. Much more descriptive than simply extending Fragment.
|
11 년 전 |
Lioncash
|
38c7d38800
Fix two wrong opcodes in the x64Emitter. PEXTRW and PINSRW were actually writing PCMPGTB opcodes. Thanks for the help Sintendo.
|
11 년 전 |
kostamarino@hotmail.com
|
a2a01d2fc9
Gameini database update.
|
11 년 전 |