ANR2ME
8b2073cd7f
Prevent Dissidia 012 from opening too many ports when failed to connect continuously.
2020-10-10 01:00:32 +07:00
ANR2ME
fabcb60c9a
Making the workaround that fix Gundam vs Gundam Next Plus to be optional as it can improve connectivity on other games over high latency networks, and fix GvG Next Plus properly.
2020-10-10 01:00:32 +07:00
ANR2ME
90aca968ce
Updated AdhocSocket struct, and an attempt to reduce stutters by increasing the send buffer a little bit.
2020-10-10 01:00:30 +07:00
ANR2ME
d628eb2ebd
Fix Falcom games (ie. Ys vs. Sora no Kiseki, Vantage Master Portable)
2020-10-09 23:45:12 +07:00
ANR2ME
e475a0e6fa
Removing ETIMEDOUT from non-blocking socket's error checks
2020-10-09 23:42:40 +07:00
ANR2ME
6d02e25318
Updated GameMode implementation to fix Bomberman, also improved performance on BattleZone. (+1 squashed commits)
...
Squashed commits:
[4a3168b2d] GameMode oops
2020-10-09 23:42:03 +07:00
ANR2ME
625faf719d
Fix NetconfDialog timings to get a better message transitions.
2020-10-09 23:39:14 +07:00
ANR2ME
8a96112e1a
Fix Apctl and Adhocctl state change timings to works properly. Which fix the stuck MessageBox on Naruto Shippuden Ultimate Ninja Heroes 3 and .hack//Link properly.
2020-10-09 23:37:35 +07:00
ANR2ME
59f395f6ef
Removing the workaround that fix the stuck MessageBox on Naruto Shippuden Ultimate Ninja Heroes 3 and .hack//Link but having a side effect of 0.5 second lag
2020-10-09 13:41:36 +07:00
Henrik Rydgård
dfb5cd37d9
Fix a recent bug in XinputDevice.h
2020-10-08 23:49:14 +02:00
Henrik Rydgård
f0ea814107
Merge pull request #13515 from dos1/touch
...
SDL: Implement multitouch support
2020-10-06 20:47:11 +02:00
Henrik Rydgård
44a93f98ed
SDL: Apply patch from issue #13516 , fixing issue with Wacom tablets with readonly flags set.
2020-10-06 16:58:32 +02:00
Henrik Rydgård
e566892766
Merge pull request #13512 from hrydgard/free-space-workaround
...
Add compat.ini setting to work around memstick size math problem in Harry Potter - Goblet of Fire
2020-10-06 06:33:35 +02:00
Henrik Rydgård
2f79257aad
Merge pull request #13514 from hrydgard/replacement-tex-mipmap-gen
...
Vulkan: Automatically generate mipmaps for replaced/scaled textures
2020-10-06 06:33:00 +02:00
Sebastian Krzyszkowiak
99d0df0784
SDL: Implement multitouch support
...
Pass proper touch events instead of merely emulating a mouse. Also,
disable SDL's built-in mouse emulation (added in SDL 2.0.10).
Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
2020-10-06 04:51:36 +02:00
Henrik Rydgård
d798e23871
Buildfix - remove more Qt-specific code in TextureReplacer
2020-10-06 00:16:23 +02:00
Henrik Rydgård
092e3e40ee
Also report a smaller memstick for Street Fighter Alpha 3 MAX (see #10462 )
2020-10-06 00:13:05 +02:00
Henrik Rydgård
92e6a91ae7
Add compat.ini setting to work around memstick size math problem in Harry Potter - Goblet of Fire
...
See issue #13266
2020-10-06 00:12:58 +02:00
Henrik Rydgård
ed3b99d921
Fix libretro makefile build
2020-10-05 23:05:25 +02:00
Henrik Rydgård
f5d674e3c7
Add some recent contributors to the credits list.
...
@ANR2ME
@adenovan
@iota97
2020-10-05 22:54:50 +02:00
Henrik Rydgård
868901252f
Delete useless Qt-specific path in TextureReplacer
2020-10-05 22:36:55 +02:00
Henrik Rydgård
93e327ab78
Vulkan: Automatically generate mipmaps for replacement textures.
2020-10-05 22:36:55 +02:00
Henrik Rydgård
9cf2c3e0f1
Merge pull request #13513 from hrydgard/clean-old-gunk
...
Delete the old Timer.cpp/h. Move some stuff to where it belongs.
2020-10-05 22:36:07 +02:00
Henrik Rydgård
f3a9d040da
Cap the global thread pool at 16 threads.
2020-10-05 21:05:25 +02:00
Henrik Rydgård
886a8b1ac6
Remove Timer.cpp/h. Move various collections into Common/Data/Collections.
2020-10-05 21:05:23 +02:00
Henrik Rydgård
dd5a459e00
Merge pull request #13508 from hrydgard/move-gpu-stuff-to-common
...
Move GPU stuff to common
2020-10-05 11:22:21 +02:00
Henrik Rydgård
7d43ca5125
Fix Qt build by simply moving the offending file to the native project. No idea why Qt include paths only work there.
2020-10-05 10:36:57 +02:00
Henrik Rydgård
c42e9278b3
Buildfix linux
2020-10-05 09:13:35 +02:00
Henrik Rydgård
4310e35714
Windows: Remove the native project.
2020-10-05 06:56:10 +02:00
Henrik Rydgård
b236691548
Complete the eradication of D3DX9 compiler loader
2020-10-05 00:13:29 +02:00
Henrik Rydgård
8761bf2bc9
Move text rendering to Common.
2020-10-05 00:05:28 +02:00
Henrik Rydgård
0e3a84b4a8
Move most GPU things to Common.
...
It works after the move, on Windows and Android at least.
Deletes the D3DX9 shader compiler loader, which was not used.
2020-10-04 23:39:02 +02:00
Henrik Rydgård
71ecd62ab4
KeyMap fix (libretro)
2020-10-04 23:31:34 +02:00
Henrik Rydgård
3d69132ef1
Libretro buildfixes
2020-10-04 23:30:56 +02:00
Henrik Rydgård
4f43cff5ca
Move fileutil, net, image loaders, ui to Common. ( #13506 )
...
* Move and rename file_util/fd_util to Common/File/FileUtil and DirListing
Let's also move net while we're at it.
Move the ZIM/PNG loaders over to Common.
Move the UI framework into Common
iOS buildfix
* Buildfix
* Buildfixes
* Apple buildfix
* This typo again..
* UWP buildfix
* Fix build of PPSSPPQt, such as it is (it's not in good condition...)
* Guess what? Another buildfix.
2020-10-04 20:48:47 +02:00
Henrik Rydgård
f82754e8b4
Merge pull request #13507 from shenweip/savedata-2
...
Savedata:Improves the performances according to some tests.
2020-10-04 19:49:18 +02:00
shenweip
81ad9a930a
SaveData:Displays all saves like a PSP for LISTALLDELETE mode.
2020-10-05 00:00:28 +08:00
Henrik Rydgård
58776927ac
Merge pull request #13504 from hrydgard/move-more-stuff-to-common
...
Move more stuff to common
2020-10-04 13:26:54 +02:00
Henrik Rydgård
6ea8af2939
iOS buildfix
2020-10-04 13:26:04 +02:00
Henrik Rydgård
7ba8f684a0
Mac/ios buildfix
2020-10-04 12:37:19 +02:00
Henrik Rydgård
f01ba6dc84
Move NativeApp.h to Common/System, split into NativeApp.h and System.h
...
Buildfix
2020-10-04 11:42:16 +02:00
Henrik Rydgård
b7edf75437
Move Display.cpp/h to Common.
2020-10-04 11:42:16 +02:00
Henrik Rydgård
821817e6d4
Move the profiler to Common
2020-10-04 11:42:16 +02:00
Henrik Rydgård
989e353482
Common.h shouldn't include Log.h.
...
Buildfixes
More buildfixes. Move JSON code to common.
2020-10-04 11:42:14 +02:00
Henrik Rydgård
9e41fafd0d
Move math and some file and data conversion files out from native to Common.
...
Buildfixing
Move some file util files
Buildfix
Move KeyMap.cpp/h to Core where they belong better.
libretro buildfix attempt
Move ini_file
More buildfixes
2020-10-04 09:12:46 +02:00
Henrik Rydgård
1fb47d4f18
Merge pull request #13497 from hrydgard/move-native-util-to-common
...
Move native util to common
2020-10-04 09:07:16 +02:00
Henrik Rydgård
de3b46077a
iOS buildfix attempt
2020-10-04 08:25:11 +02:00
Henrik Rydgård
ff8148dd92
Move native/util, native/data and native/i18 to Common/Data.
...
Also move colorutil.cpp/h
linking build fix experiment
Delete a bunch of unused CMakeLists.txt files
CMakeLists.txt linking fix
Don't include NativeApp.h from any headers.
Android.mk buildfix
Half of the UWP fix
Buildfix
Minor project file cleanup
Buildfixes
Guess what? More buildfixes!
2020-10-04 07:28:29 +02:00
Henrik Rydgård
5c9b7bb859
Merge pull request #13500 from dev-0x7C6/master
...
Fixed missing cstring include.
2020-10-02 17:20:27 +02:00
Bartłomiej Burdukiewicz
826656a840
Fixed missing cstring include.
...
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
2020-10-02 14:11:11 +02:00