Commit Graph

28197 Commits

Author SHA1 Message Date
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
Henrik Rydgård
7a26be4131
Merge pull request #13483 from barbudreadmon/glcore_context
glcore context switching
2020-10-01 13:18:19 +02:00
Henrik Rydgård
93d8bbc529
Merge pull request #13496 from hrydgard/more-native-file-moves
More native file moves (input, thread)
2020-10-01 10:53:53 +02:00
Henrik Rydgård
342ed97291 Move input utilities from native to Common/Input. 2020-10-01 09:42:32 +02:00
shenweip
c84f9542d7 Savedata:Corrects the performances when the data is broken. 2020-10-01 15:41:27 +08:00
Henrik Rydgård
15382d5f94 Move threading utils from native to Common 2020-10-01 09:27:25 +02:00
shenweip
b8c1845e3a Savedata:Supports empty file name for save/load/delete. 2020-10-01 10:03:30 +08:00
shenweip
925944d5b2 Savedata:Improves the deleting functions. 2020-10-01 00:39:14 +08:00
Henrik Rydgård
ef08c0237f
Merge pull request #13491 from hrydgard/merge-ext-directories
Merge ext/native/ext/... directly into ext.
2020-09-30 10:37:15 +02:00
Henrik Rydgård
97df3148eb Libretro buildfix 2020-09-30 08:39:39 +02:00