Nabile Rahmani
273f4cce31
Refresh rate: don't programmatically set configuration, detect VR instead
2024-07-14 04:47:26 +02:00
Nabile Rahmani
1aec09a056
Initialise iDisplayRefreshRate
to 60.
...
Fixes tests as code would read an uninitialised value before the config's constructor gets to run.
2024-07-13 23:08:38 +02:00
Lubos
6894f581ab
OpenXR - Add FBO supersampling
2024-07-13 22:39:00 +02:00
Nabile Rahmani
7af15c73bc
[Feature] Option to override the display refresh rate
...
This adds a per-game graphics option, `DisplayRefreshRate`, to override the display refresh rate.
It defaults to 60 Hz, and is located in Dev tools.
Games using variable timesteps benefit from higher refresh rates.
Closes #19319
2024-07-13 15:04:20 +02:00
Henrik Rydgård
630cae9616
Merge pull request #19314 from hrydgard/ios-app-switching-mode
...
Add setting to control the iOS app switching mode
2024-07-13 01:01:42 +02:00
Henrik Rydgård
b879c7bfa8
Merge pull request #19322 from lvonasek/hotfix-openxr-gamepad
...
OpenXR - Do not require controllers connected
2024-07-12 23:55:57 +02:00
Luboš V
e45059455f
OpenXR - Do not require controllers connected
2024-07-12 12:47:42 +02:00
Henrik Rydgård
bcdeadd865
Merge pull request #19320 from Narugakuruga/patch-34
...
Optimize Chinese translation
2024-07-10 14:45:21 +02:00
Narugakuruga
89e461df50
Update zh_CN.ini
2024-07-10 20:13:43 +08:00
Narugakuruga
37a6ee43b7
Update zh_CN.ini
2024-07-10 19:48:16 +08:00
Narugakuruga
9c417d64d3
Update zh_CN.ini
2024-07-10 19:39:19 +08:00
Narugakuruga
7bb67b3e1e
Optimize Chinese translation
2024-07-10 19:22:27 +08:00
Henrik Rydgård
80baaa5fc4
Merge pull request #19316 from eveninglatte/master
...
Updated Polish translation & fixed strings not being translated properly
2024-07-08 21:49:29 +02:00
eveninglatte
00e4dcd43a
Fixed some strings not being translated properly
...
Also changed all occurences of "Smart 2D Texture Filtering" to be lowercase except for the first word
2024-07-07 14:49:47 +02:00
eveninglatte
91dc7d8343
Updated Polish translation
2024-07-06 22:38:17 +02:00
Henrik Rydgård
63d688f322
Add new translation strings
2024-07-05 20:09:49 +02:00
Henrik Rydgård
305418813a
Add option to control the iOS app switching mode
2024-07-05 20:08:12 +02:00
Henrik Rydgård
0b76d443e2
D3D11 texture replacement: Support more mip levels. Fixes crash in texture pack.
...
Fixes #19312
2024-07-02 11:56:27 +02:00
Henrik Rydgård
c737eca1a7
Merge pull request #19310 from ANR2MERefork/adhoc_socket
...
[Adhoc] Attempt to prevent sockets lingering in TIME_WAIT state after closure
2024-06-30 01:11:02 +02:00
AdamN
c389ede092
Update deleteAllAdhocSockets
2024-06-29 00:57:16 +07:00
AdamN
9e8e43f7b7
Update NetAdhocPtp_Close
2024-06-29 00:46:44 +07:00
AdamN
2222254f3e
Update NetAdhocPdp_Delete
2024-06-29 00:44:51 +07:00
AdamN
6cccb9cb72
add SD_RECEIVE definition
2024-06-29 00:29:15 +07:00
Henrik Rydgård
13506d3d02
Remove some '&' signs from translations that shouldn't be there
2024-06-27 23:46:12 +02:00
Henrik Rydgård
dd21845314
Merge pull request #19303 from lvonasek/fix-stereo-math
...
Fix math of simple stereo
2024-06-25 17:37:54 +02:00
Lubos
a9b5a4739e
Fix math of simple stereo
2024-06-25 16:06:03 +02:00
Henrik Rydgård
2a3aaed711
Merge pull request #19302 from lvonasek/cleanup-openxr
...
OpenXR - Code cleanup
2024-06-24 21:17:15 +02:00
Henrik Rydgård
38b441dbc3
Merge pull request #19301 from hrydgard/update-rcheevos
...
Update rcheevos submodule to v11.4.0
2024-06-24 21:16:08 +02:00
Luboš V
27152b1e47
OpenXR - Forgotten usages
2024-06-24 19:43:17 +02:00
Luboš V
dd9bc42b0a
OpenXR - Remove multiview from shader
2024-06-24 19:24:46 +02:00
Luboš V
8120d4c10c
OpenGL - Remove unused code
2024-06-24 19:12:01 +02:00
Lubos
4dc3f45d8d
OpenXR - OpenGL support
2024-06-24 17:54:26 +02:00
Lubos
86881d374e
OpenXR - SBS reprojection fixed
2024-06-24 17:38:17 +02:00
Lubos
15af767e25
OpenXR - SBS support prepared
2024-06-24 17:26:38 +02:00
Lubos
ffca688f99
OpenXR - Remove multiview
2024-06-24 17:00:56 +02:00
Lubos
226956b49f
OpenXR - Remove foveation
2024-06-24 16:42:19 +02:00
Henrik Rydgård
62e133c9c3
Update rcheevos submodule to v11.4.0
2024-06-24 12:26:33 +02:00
Henrik Rydgård
4a40e3bf69
Enable "AllowLargeFBTextureOffsets" for FF Type-0.
...
See #18879
2024-06-24 11:18:22 +02:00
Henrik Rydgård
867c1f2dca
Merge pull request #19299 from hrydgard/ir-interpreter-opt
...
IR Interpreter: Two small optimizations
2024-06-24 11:09:58 +02:00
Henrik Rydgård
982a83d867
IRInterpreter: Optimize variable shifts (no need to mask by 0x1f)
2024-06-24 09:30:21 +02:00
Henrik Rydgård
06315ae6ee
IRInterpreter: Slight optimization for fmul
...
Just put stuff in temporaries, allows for better codegen
2024-06-24 09:12:57 +02:00
Henrik Rydgård
515cac745c
Merge pull request #19293 from hrydgard/remote-disc-ui-update
...
Rework remote ISO UI a bit
2024-06-23 18:08:41 +02:00
Henrik Rydgård
aa74325193
Merge pull request #19296 from hrydgard/vulkan-workarounds
...
Vulkan: Fall back to extension if core functions won't load.
2024-06-23 18:08:16 +02:00
Henrik Rydgård
2959c1b3c3
Add translations
2024-06-23 15:47:21 +02:00
Henrik Rydgård
049a496f8b
Rework remote ISO UI a bit (more to come)
2024-06-23 15:47:18 +02:00
Henrik Rydgård
f9feb33ff6
Cargo update
2024-06-23 15:47:17 +02:00
Henrik Rydgård
3e1d131754
Vulkan: Fall back to extension if core functions won't load.
2024-06-23 15:42:35 +02:00
Henrik Rydgård
704bcf3699
Merge pull request #19294 from hrydgard/fix-jitir-crash
...
Fix crash in JITIR after disassembly improvement.
2024-06-22 18:15:48 +02:00
Henrik Rydgård
6ebec02f05
Fix crash in JITIR after disassembly improvement.
...
Fixes #19292
2024-06-22 15:16:27 +02:00
Henrik Rydgård
fb2058553f
Merge pull request #19291 from sandboxgamedev123/master
...
Changed PPSSPPSDL.desktop, makeappimage_32-bit.sh, and makeappimage_64-bit.sh for making AppImages
2024-06-22 15:06:19 +02:00