Unknown W. Brackets
4bc205b7bc
Impose: Log when ignoring requested language.
2023-02-08 19:07:54 -08:00
Unknown W. Brackets
d7732f7fd7
Dialog: Warn when ignoring the dialog language.
2023-02-08 19:04:18 -08:00
Unknown W. Brackets
fcc1abc7c3
Dialog: Update by button flag consistently.
...
Always check for the flag to change in Update().
2023-02-08 19:02:37 -08:00
Unknown W. Brackets
aff0b46523
GPU: Skip depth resize when forcing 1x.
2023-02-08 18:45:01 -08:00
Henrik Rydgård
85ee85102a
Just reorder some settings.
2023-02-08 22:05:01 +01:00
Henrik Rydgård
a9a45481cc
Scale buttons by 1.5 instead of 2.0 on touch.
...
Not sure if this should really be a setting. If you don't like the
scaling at all, you can still choose the glow style. We should probably
somehow make that one more obvious though.
2023-02-08 21:54:15 +01:00
Henrik Rydgård
2d0252feb8
Merge pull request #16916 from hrydgard/implement-delayed-readback
...
Implement delayed depth readbacks, Vulkan only
2023-02-08 21:34:29 +01:00
Henrik Rydgård
88130bbd68
Merge pull request #16932 from hrydgard/listsync-eat-cycles
...
Eat some cycles in sceGeListSync, count listsyncs and drawsyncs in gpu stats
2023-02-08 19:14:34 +01:00
Henrik Rydgård
17695314b6
Merge pull request #16936 from lvonasek/feature_openxr_multiplatform_apk
...
OpenXR - One APK for both Pico and Quest
2023-02-08 18:01:26 +01:00
Lubos
7bbb5eac51
Comment fixed
2023-02-08 17:41:50 +01:00
Lubos
abf76bd212
OpenXR - One APK for both Pico and Quest
2023-02-08 17:26:36 +01:00
Henrik Rydgård
ab63689cca
Remove bad comment
2023-02-08 15:37:06 +01:00
Henrik Rydgård
5ad111cfc4
Return value fix
2023-02-08 08:59:47 +01:00
Henrik Rydgård
62c49779f2
Merge pull request #16933 from xujibbs/patch-48
...
Update zh_CN.ini
2023-02-08 08:50:07 +01:00
xujibbs
ecf82a9051
Update zh_CN.ini
2023-02-08 09:02:06 +08:00
Henrik Rydgård
735cd26db6
Document Syphon Filter hack, but don't enable it
2023-02-08 00:56:45 +01:00
Henrik Rydgård
9827dd536c
Count listsyncs and drawsyncs in gpu stats. Eat some cycles in listSync
...
Chose a conservative number (same as sceGeContinue)
2023-02-08 00:41:26 +01:00
Henrik Rydgård
94f51d5d26
Make the Dangan Ronpa readback async
2023-02-07 23:13:36 +01:00
Henrik Rydgård
5f13bc061a
Color readback: Read the previous framebuffer instead of the one being switched to
2023-02-07 23:13:36 +01:00
Henrik Rydgård
b3e6b81e43
Implement delayed depth readbacks for Vulkan only
2023-02-07 23:13:36 +01:00
Henrik Rydgård
d1e0061dcd
Merge pull request #16930 from lvonasek/feature_openxr_forcevr
...
OpenXR - Option to disable automatic switch between 2D and VR
2023-02-07 21:16:21 +01:00
Lubos
6e91ca9e54
OpenXR - Option to disable automatic switch between 2D and VR
2023-02-07 19:48:16 +01:00
Henrik Rydgård
081cdeaeac
Merge pull request #16929 from warmenhoven/dev/warmenhoven/libretro-ios
...
Build for tvOS as a libretro core
2023-02-07 18:47:28 +01:00
Henrik Rydgård
59ae9dac01
Merge pull request #16928 from hrydgard/mac-math-workaround
...
Workaround for sin/cos issue in GTA on Mac (and maybe others)
2023-02-07 18:46:34 +01:00
Eric Warmenhoven
40e92ce753
Build for tvOS as a libretro core
2023-02-07 12:11:35 -05:00
Henrik Rydgård
9e736ca50c
Workaround for sin/cos issue in GTA on Mac (and maybe others)
2023-02-07 17:43:12 +01:00
Henrik Rydgård
9b86000684
Merge pull request #16919 from hrydgard/gl-delayed-readback-prep
...
Move GLFrameData out of GLRenderManager.
2023-02-07 13:03:33 +01:00
Henrik Rydgård
742e123b2b
Address feedback
2023-02-07 12:12:00 +01:00
Henrik Rydgård
b4aa120298
OpenGL readback: Move any format convert to when the data is read.
...
Eliminates a copy, and will fit better with delayed readbacks.
2023-02-07 12:12:00 +01:00
Henrik Rydgård
d502198aa3
Move GLFrameData out of GLRenderManager.
...
Small refactor to prepare for adding delayed readback support to the
OpenGL backend.
2023-02-07 12:12:00 +01:00
Henrik Rydgård
86a5a82050
Merge pull request #16924 from warmenhoven/dev/warmenhoven/libretro-ios
...
Build for iOS as a libretro core
2023-02-07 12:11:06 +01:00
Henrik Rydgård
b3612de528
Merge pull request #16925 from unknownbrackets/ios-force-ir
...
iOS: Disable jit in DefaultCpuCore()
2023-02-07 09:08:22 +01:00
Henrik Rydgård
69769e858b
Merge pull request #16921 from zack-huangzihan/master
...
vulkan: Add the function realization of arm device to kms vulkan
2023-02-07 09:07:37 +01:00
ZiHan Huang
2865310bca
vulkan: Add the function realization of arm device to kms vulkan
...
Signed-off-by: ZiHan Huang <zack.huang@rock-chips.com >
2023-02-07 14:23:55 +08:00
Eric Warmenhoven
ec54095b68
Build for iOS as a libretro core
2023-02-07 01:00:47 -05:00
Unknown W. Brackets
655797a846
iOS: Disable jit in DefaultCpuCore().
...
This means loading game-specific inis should properly auto-disable.
2023-02-06 21:07:32 -08:00
Serena
070194ef92
fix on other platforms
2023-02-06 22:34:27 +03:00
Serena
cfe6ac5e03
EMERGENCY FIX
2023-02-06 22:20:35 +03:00
Serena
6d474ac59d
macOS bar button items
2023-02-06 22:17:27 +03:00
Henrik Rydgård
6f9d6c6c5f
New version of WM_USER_GET_BASE_POINTER
2023-02-06 13:49:00 +01:00
Henrik Rydgård
53f961acf5
Merge pull request #16918 from unknownbrackets/libretro-android
...
libretro: Add cpu_features flags to Android.mk
2023-02-06 09:57:18 +01:00
Unknown W. Brackets
3fcdf0e4df
libretro: Add cpu_features flags to Android.mk.
2023-02-05 23:52:28 -08:00
Henrik Rydgård
30fbcf356a
Merge pull request #16914 from hrydgard/readback-more-prep
...
Some more plumbing of parameters, preparing for readback stuff
2023-02-05 23:25:57 +01:00
Henrik Rydgård
23049533b9
Restore GetDepthBuffer precision - the stretchy-color-readback path is not suitable for this.
2023-02-05 22:58:26 +01:00
Henrik Rydgård
ec5afb2d8d
Merge pull request #16812 from unknownbrackets/task-priority
...
ThreadManager: Add simple priority queues
2023-02-05 21:00:47 +01:00
Henrik Rydgård
5ac9b88e81
Plumbing miss
2023-02-05 16:41:12 +01:00
Henrik Rydgård
63c43b90f8
Remove a level of indentation in LoadCLUT
2023-02-05 13:59:16 +01:00
Henrik Rydgård
937975000b
Add a ReadbackMode parameter to more functions in the FramebufferManager
2023-02-05 13:57:45 +01:00
Henrik Rydgård
92f4de7b74
Small cleanup. Let's reduce the number of readback paths.
2023-02-05 13:57:45 +01:00
Henrik Rydgård
dd64fe871e
Merge pull request #16912 from lvonasek/compat_openxr_mh3hud
...
OpenXR - Fix HUD in Monster Hunter 3rd
2023-02-05 08:59:10 +01:00