44677ce7d5
[UI] Fix Gamelist encoding bug
2016-05-23 17:47:30 -05:00
08d45b9fea
Merge pull request #3794 from EmptyChaos/frame-advance-race
...
Core: Add synchronization to state changes (Fix Frame Step and FIFO Player - Issue 8718)
2016-05-22 15:19:16 -04:00
26e6d06f35
Game INI updates
2016-05-22 15:51:36 +02:00
ff4bc5f33d
Merge pull request #3854 from degasus/arm
...
JitArm64: Implement MMU handling.
2016-05-21 08:46:22 +02:00
25f88bf751
Merge pull request #3823 from Summate/development
...
Piping the wxMsgAlert through netplay window during netplay ...
2016-05-21 11:16:19 +12:00
63d2e6ca36
Merge pull request #3855 from Tsunamical/master
...
[Android] Fix extra character in screenshot folder path
2016-05-20 15:33:18 -04:00
cf65199d86
[Android] Fix extra character in screenshot folder path
...
Environment.getExternalStorageDirectory().getPath() covers the end of the path with a slash, get rid of the extra slash to fix the path.
2016-05-20 15:24:49 -04:00
ca728d792a
Merge pull request #3802 from mathieui/netplay-disable-wiimotes-for-real-i-swear
...
Disable wiimotes on game start if running in netplay
2016-05-20 12:38:21 +02:00
ef0f164343
Disable wiimotes on game start if running in netplay
...
And restore the settings on game quit
2016-05-20 12:05:29 +02:00
de0f93f636
Merge pull request #3851 from JosJuice/revision-20
...
Movie: Better safety when writing to s_revision
2016-05-20 10:18:30 +02:00
c5e8238cc7
JitArm64: Fix dispatcher with MMU.
2016-05-20 08:32:16 +02:00
8e902abca3
JitArm64: Implement DSI exception.
...
Ok, this falls back on all memory instructions, but it's a way to start.
2016-05-20 08:32:16 +02:00
bb6604df76
Merge pull request #3805 from mathieui/gcadapter-unplug-crash
...
GCAdapter: improve thread safety
2016-05-19 22:58:06 +02:00
f1f8bf4d80
Merge pull request #3808 from stenzek/d3d11-msaa-efb-reads
...
D3D11: Fix CPU EFB color reads when MSAA is enabled
2016-05-19 22:54:04 +02:00
1bbbe92cd2
GCAdapter: protect some more functions
...
Reset() and Setup() are not used outside of this namespace
2016-05-19 22:00:49 +02:00
5db61b4bbb
JitArm64: Fix broken block handling.
2016-05-19 19:20:44 +02:00
37e2e92e33
JitArm64: Handle ISI excepction.
2016-05-19 19:20:44 +02:00
95ebb2991f
JitArm64: Check Exceptions on mtmsr.
2016-05-19 19:20:44 +02:00
782c68cf00
JitArm64: Clean up LWZ idle skipping.
2016-05-19 19:20:44 +02:00
e169d54f3c
D3D11: Fix CPU EFB color reads when MSAA is enabled
...
Also swaps the byte order from RGBA->BGRA to match GL/D3D12, and what
the read handler is expecting.
Depth reads will now return the minimum depth of all samples, instead of
the average of all samples.
2016-05-19 22:51:00 +10:00
d2db329a42
Merge pull request #3831 from stenzek/gl-bbox
...
OGL: Improve performance of bounding box on NVIDIA drivers
2016-05-19 13:31:30 +02:00
89e54fbd6c
OGL: Work around slowdown of glMapBufferRange with SSBO on NVIDIA drivers
...
Using glMapBufferRange to read back the contents of the SSBO is extremely
slow on NVIDIA drivers. This is more noticeable at higher internal
resolutions. Using glGetBufferSubData instead does not seem to exhibit
this slowdown.
2016-05-19 21:24:09 +10:00
a399966751
Movie: Better safety when writing to s_revision
2016-05-19 12:29:50 +02:00
24ea2dc2da
Merge pull request #3842 from rukai/dolphinQtVSkeepBinaryClean
...
[Qt] VS build no longer adds all of Data to Binary
2016-05-19 20:49:35 +12:00
2d41f129cd
Merge pull request #3849 from Tsunamical/codecleanup
...
[Android] Reduce code redundancy and catch a leak
2016-05-19 20:46:48 +12:00
4a0a92e95e
[Android] Bump gradle plugin to 2.1.0
...
And fix deprecation warning in script
2016-05-18 22:31:54 -04:00
a5b72abf2c
[Android] Reduce code redundancy
2016-05-18 22:13:33 -04:00
937caea1c9
[Android] Drop commit() for apply()
...
Apply is asynchronous, and we aren't expecting a return value so there
is no reason not to use apply.
2016-05-18 22:10:52 -04:00
a0b54f558e
[Android] Don't hardcode SD card path
2016-05-18 22:10:42 -04:00
6a870c2417
[Android] Fix possible leak of fileCursor
2016-05-18 22:10:29 -04:00
a89e27bdd0
Merge pull request #3848 from degasus/android
...
GLExtensions: Fix OpenGL ES 3.2 handling.
2016-05-19 00:15:13 +02:00
c04cff57da
GLExtensions: Fix OpenGL ES 3.2 handling.
2016-05-18 23:22:46 +02:00
22648729c7
Merge pull request #3832 from degasus/android
...
DriverDetails: Update Qualcomm new driver version.
2016-05-18 21:26:45 +02:00
54b4efff6b
GCAdapter: improve thread safety
...
make sure Reset() can’t be run concurrently with AddGCAdapter() or
ResetRumble() (which is called on other threads) which can cause
crashes (issue #9462 )
2016-05-18 20:44:01 +02:00
682af0a86a
Merge pull request #3846 from degasus/videosw
...
VideoSW: Fix XFB config.
2016-05-18 20:14:55 +02:00
da3b03c61d
Merge pull request #3829 from phire/timing_madness
...
Increase Audio DMA Interrupt delay to 200 cycles (Fix assorted Namco games)
2016-05-18 20:14:02 +02:00
3a452f3cc5
VideoSW: Fix XFB config.
2016-05-18 18:37:44 +02:00
fa3526962d
VideoSW: Drop Update in XFB copy.
2016-05-18 18:37:44 +02:00
e11b884778
Merge pull request #3841 from RisingFog/neogeo_force_lle
...
Force Neo Geo games to use LLE Audio
2016-05-18 18:24:59 +02:00
9a3df9c6c1
Add EnableJIT=True to INI files
2016-05-18 12:13:13 -04:00
ae5d6003cd
Merge pull request #3758 from phire/minor_core_timing_fix
...
CoreTiming: Trim max slicelength to the given value.
2016-05-18 17:56:02 +02:00
e2d65778fc
Merge pull request #3816 from magumagu/neogamma-hack
...
Add hack to IPCHLE to make NeoGamma work.
2016-05-18 17:49:58 +02:00
5a36b7db24
Merge pull request #3811 from magumagu/eslaunch-timing
...
Fix timing regression affecting ES_LAUNCH.
2016-05-18 17:15:30 +02:00
60e7c78007
Merge pull request #3840 from degasus/arm
...
JitArm64: Faster block linking.
2016-05-18 16:49:01 +02:00
2959f3607c
Merge pull request #3844 from JosJuice/android-ciso
...
Fix reading CISO files on Android
2016-05-17 08:57:00 -04:00
dc3bbeb92f
Fix reading CISO files on Android
2016-05-17 14:20:59 +02:00
0af04a5b97
Automatic translation resources sync with Transifex
2016-05-15 20:31:10 +00:00
f9ef9067c1
[Qt] VS build no longer adds all of Data to Binary
2016-05-14 16:50:25 +10:00
f1a8d52a22
Force Neo Geo games to use LLE Audio
2016-05-14 00:55:22 -04:00
e5bafeb40a
Merge pull request #3821 from mathieui/gcadapter-no-device
...
Fix a hang with the GC Adapter
2016-05-13 21:36:51 -04:00