Commit Graph
45601 Commits
Author SHA1 Message Date
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årdandGitHub 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
AdamNandGitHub c389ede092 Update deleteAllAdhocSockets 2024-06-29 00:57:16 +07:00
AdamNandGitHub 9e8e43f7b7 Update NetAdhocPtp_Close 2024-06-29 00:46:44 +07:00
AdamNandGitHub 2222254f3e Update NetAdhocPdp_Delete 2024-06-29 00:44:51 +07:00
AdamNandGitHub 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årdandGitHub 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årdandGitHub 2a3aaed711 Merge pull request #19302 from lvonasek/cleanup-openxr
OpenXR - Code cleanup
2024-06-24 21:17:15 +02:00
Henrik RydgårdandGitHub 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š VandGitHub 27152b1e47 OpenXR - Forgotten usages 2024-06-24 19:43:17 +02:00
Luboš VandGitHub dd9bc42b0a OpenXR - Remove multiview from shader 2024-06-24 19:24:46 +02:00
Luboš VandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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
sandboxgamedev123andGitHub 846b801b8a Update makeappimage_64-bit.sh 2024-06-21 17:21:51 -04:00
sandboxgamedev123andGitHub 014dc7373d Update makeappimage_32-bit.sh 2024-06-21 17:21:08 -04:00
sandboxgamedev123andGitHub 2283f92832 Update PPSSPPSDL.desktop 2024-06-21 17:14:48 -04:00
Henrik RydgårdandGitHub e3820752dd Merge pull request #19289 from hrydgard/fix-remote-disc-streaming-ios
Remote Disc Streaming on iOS: Don't accidentally force the game browser to the local folder
2024-06-21 16:18:40 +02:00
Henrik Rydgård 30a822caa4 Remote Disc Streaming on iOS: Don't accidentally force the game browser to local
On iOS we enforce browsing the app directory only due to permission issues, but this
should not apply when opening a HTTPS URL. Oops.
2024-06-21 15:02:08 +02:00
Henrik RydgårdandGitHub cbdb2a37eb Merge pull request #19264 from LunaMoo/30FPS_workarounds
Change GOWFramerateHack30 to FramerateHack30 and workaround timing issues
2024-06-20 11:42:09 +02:00
Henrik RydgårdandGitHub da294a8c0b Merge pull request #19287 from hrydgard/double-swipe
iOS: Enable "double-swipe" to switch apps
2024-06-20 11:40:57 +02:00
Henrik RydgårdandGitHub 1928e712f1 Merge pull request #19283 from Samueru-sama/master
Use fuse3 compatible appimagetool
2024-06-20 11:40:44 +02:00
Henrik Rydgård 21df698a20 iOS: Enable "double-swipe" to switch apps
To prevent accidental app switching.

Unfortunately, the way to do this is to disable auto-hiding of the swipe indicator.
Another strange Apple quirk.
2024-06-20 11:28:35 +02:00
Henrik RydgårdandGitHub f9d4cd23c0 Merge pull request #19281 from hrydgard/disable-swipe-ingame
iOS: Disable the swipe-back gesture in-game, to maximize touch responsiveness
2024-06-20 09:20:57 +02:00
SamuelandGitHub cef5dc4317 Merge pull request #1 from sandboxgamedev123/master
Update makeappimage_32-bit.sh
2024-06-19 17:39:37 -04:00
sandboxgamedev123andGitHub 45b638c8ca Update makeappimage_32-bit.sh 2024-06-19 17:35:37 -04:00
SamuelandGitHub 2ba1a1575d Update makeappimage_64-bit.sh 2024-06-19 17:23:08 -04:00
Henrik RydgårdandGitHub c14a9f7fbe Merge pull request #19229 from sandboxgamedev123/master
Update and rename PPSSPP.desktop as well as add PPSSPPSDL.desktop for Linux AppImages
2024-06-19 23:11:23 +02:00
Henrik Rydgård 898e117b6b Do the same for the Metal/Vulkan viewcontroller. 2024-06-19 23:09:58 +02:00
Henrik Rydgård 4c4fcabc5e iOS: Disable the swipe-back gesture in-game, to maximize touch responsiveness 2024-06-19 22:43:42 +02:00