Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik RydgårdandGitHub f832948f2d Merge pull request #20518 from hrydgard/disable-cache-iso-32bit
Disable the Cache full ISO in RAM feature on 32-bit builds
2025-06-13 23:02:38 +02:00
Henrik Rydgård b75541b23f Disable the Cache full ISO in RAM feature on 32-bit builds 2025-06-13 20:59:22 +02:00
Henrik RydgårdandGitHub 4036dfc416 Merge pull request #20517 from hrydgard/legacy-build-changes
Legacy build: Attempt to lower version requirements, also allow manually specifying the path
2025-06-13 20:34:58 +02:00
Henrik Rydgård 3f77775306 Legacy build: Attempt to lower version requirements, also allow manually specifying the path
Should fix #20509 (not extensively tested)
2025-06-13 20:08:41 +02:00
Henrik RydgårdandGitHub 9fb0bcca76 Merge pull request #20516 from hrydgard/retroachievement-login-fixes
RetroAchievements: Better error messages on login, don't delete the username on failure
2025-06-13 19:45:46 +02:00
Henrik Rydgård ddc8093b34 RetroAchievements: Better error messages on login, don't delete the username on failure 2025-06-13 19:09:35 +02:00
Henrik RydgårdandGitHub 1217fbd3b8 Merge pull request #20487 from gooosedev/feature-ImMemView-search
[ImDebugger] Enable Memory Search in the ImMemView Widget
2025-06-13 16:29:47 +02:00
gooosedev fc47f94cb3 - Renamed FLOAT to FLOAT_32 to avoid clashing with some Windows typedef
- added search highlight with green background in the hexview
2025-06-13 15:15:48 +02:00
Henrik RydgårdandGitHub dab4fb825a Merge pull request #20514 from hrydgard/add-force-enable-hle-options
Developer tools: Add UI to force-enable HLE of modules that we have disabled HLE of
2025-06-13 13:31:52 +02:00
Henrik Rydgård 2a77846971 Developer tools: Add UI to force-enable HLE of modules that we have disabled HLE of
Can be useful for debugging.
2025-06-13 12:54:49 +02:00
Henrik RydgårdandGitHub 68035304d8 Merge pull request #20513 from hrydgard/revert-bad-export-check
ELF loader: Revert bad export check
2025-06-13 10:53:51 +02:00
Henrik Rydgård e3ad5951e3 Add alignment check for function exports (but don't reject, just log) 2025-06-13 10:34:05 +02:00
Henrik Rydgård bc0d3ae26c Remove bad check for exported variables (they don't need to be aligned) 2025-06-13 10:33:46 +02:00
Henrik RydgårdandGitHub 986eac71dc Merge pull request #20511 from hrydgard/sasaudio-dont-reset
SasAudio: Don't reset the decoder on SetVoice if all params are the same
2025-06-12 13:27:52 +02:00
Henrik Rydgård 3ccbebb27a SasAudio: Don't reset the decoder on SetVoice if all params are the same
Should fix #20507
2025-06-12 13:07:17 +02:00
Henrik RydgårdandGitHub d05876e675 Merge pull request #20510 from hrydgard/more-fixes
Fix bug in Win32 debugger, misc fixes
2025-06-12 12:22:25 +02:00
Henrik Rydgård f537356bd2 Fix bug when setting reverb volume to 0 2025-06-12 11:39:46 +02:00
Henrik Rydgård 1f09b782d7 Make Persona 2 battle transition more reliable. 2025-06-12 11:02:37 +02:00
Henrik Rydgård bc688d83b1 ImDebugger: Replace the Skim button by adding hold-shift functionality to "Into"
That is, you can hold shift to repeatedly click the button.
2025-06-12 10:23:00 +02:00
Henrik Rydgård f9c0c41074 Fix flickering UI state while debugging, breaking the Win32 debugger 2025-06-12 10:20:25 +02:00
Henrik Rydgård b51c5da003 Fix order of operations when clearing JitBlockCaches. 2025-06-12 10:05:19 +02:00
Henrik RydgårdandGitHub d5cf9c97ca Merge pull request #20506 from crashGG/mmpx-enhace
Fixed luma calculation in MMPX
2025-06-11 20:07:47 +02:00
crashGGandGitHub a6026c35b6 Fixed luma calculation in MMPX 2025-06-11 20:34:09 +03:00
Henrik RydgårdandGitHub fb188e54ed Merge pull request #20504 from hrydgard/ir-interpreter-switch-fix
Correct the clearing/destruction order when switching CPU cores.
2025-06-11 17:05:12 +02:00
Henrik Rydgård 6e84cd7f38 Correct the clearing/destruction order when switching JITs.
Fixes #20502
2025-06-11 16:27:48 +02:00
Henrik RydgårdandGitHub 28caa6fdb2 Merge pull request #20503 from hrydgard/remove-preload-experiment
JIT/IRJit: Delete an old "function preloading" experiment
2025-06-11 16:01:56 +02:00
gooosedev 1c6a85f5b2 Keyboard Shortcut for Next now working 2025-06-11 15:56:48 +02:00
Henrik Rydgård ba148e5ec7 JIT/IRJit: Delete an old "function preloading" experiment
This caused some confusion while trying to debug #20502
2025-06-11 15:45:18 +02:00
Henrik RydgårdandGitHub f2c06ff2ab Merge pull request #20501 from hrydgard/multiplayer-speedup-setting
Add option to allow speed control while connected
2025-06-11 11:45:53 +02:00
Henrik Rydgård 53718cdb21 Add option to allow speed control while connected
It's pretty easy to cheat this anyway by using an old PPSSPP, and some
people seem to want this for PSO.

I put it at the bottom of network settings and added "(not recommended)"
to emphasize that it's, well, not recommended.
2025-06-11 10:36:24 +02:00
Henrik RydgårdandGitHub 25da7faa04 Merge pull request #20500 from hrydgard/save-detection-fixes
Correct save/load detection for the reminder.
2025-06-11 10:31:20 +02:00
Henrik RydgårdandGitHub 51a315723a Merge pull request #20499 from hrydgard/fix-savedata-install
Fix bug where the zip file install UI got insta-cancelled on some methods of launching.
2025-06-11 10:20:38 +02:00
Henrik RydgårdandGitHub 5886bb1ca2 Merge pull request #20497 from hrydgard/remove-upgrade-prompt
Remove the upgrade reminder
2025-06-11 10:11:50 +02:00
Henrik Rydgård 85a3635bfe Correct save/load detection for the reminder.
Was missing some critical logic.. oops.
2025-06-11 10:09:32 +02:00
Henrik Rydgård 5f901eb4ec Fix bug where the zip file install UI got insta-cancelled on some methods of launching.
Fixes #20498
2025-06-11 09:53:52 +02:00
Henrik Rydgård a1a9278047 Remove the upgrade reminder
We haven't activated it for a long time, and nowadays PPSSPP has a completely
different level of compatibility and performance compared to back when
we added the upgrade reminder.

Also I'm no longer a fan of HTTP requests on startup, even if only every
10 times like we did.

So, away it goes.

Moved the potentially useful translation strings into [Dialog].
2025-06-11 09:34:20 +02:00
Henrik RydgårdandGitHub f9c695119f Merge pull request #20496 from hrydgard/remove-windows-arm32-build
Windows: Remove ARM32 configurations from project files.
2025-06-11 09:22:22 +02:00
Henrik Rydgård ad00c20660 Windows: Remove ARM32 configurations from project files.
These will never be supported again (and never really were, only used
for Windows Phone testing a long time ago)
2025-06-11 08:55:13 +02:00
AdamNandGitHub 4422a7f615 Shorter to use id than extra. 2025-06-11 05:37:31 +07:00
Henrik RydgårdandGitHub a7fe673e5c Merge pull request #20493 from hrydgard/misc-fixes
On Windows 11, start defaulting to Vulkan.
2025-06-10 21:57:36 +02:00
AdamNandGitHub 50a16206dc Updated as adviced by Pesa. 2025-06-11 02:52:11 +07:00
Henrik Rydgård fa04337654 On Windows 11, start defaulting to Vulkan. 2025-06-10 21:24:31 +02:00
Henrik RydgårdandGitHub eb863ae671 Merge pull request #20491 from pflyly/master
CI: added ccache to appimage build workflow
2025-06-10 21:15:36 +02:00
EscaryandGitHub c2c045a274 remove not needed manual build trriger 2025-06-10 19:57:38 +01:00
EscaryandGitHub b1927db527 add ccache output stats 2025-06-10 19:40:03 +01:00
EscaryandGitHub 073250691b add ccache 2025-06-10 19:23:56 +01:00
Henrik Rydgård a82e418ea9 Another libretro buildfix 2025-06-10 18:52:38 +02:00
gooosedev b70c9e2b63 - moved the UI for memory search in the ImMemWindow
- added a simple string search for string using char16 in memory
(currently limite to ASCII)
2025-06-10 18:03:57 +02:00
Henrik RydgårdandGitHub 552c1cccd7 Merge pull request #20483 from oltolm/inline
Some cleanups
2025-06-10 17:40:30 +02:00
Henrik RydgårdandGitHub e846aa827e Merge pull request #19658 from hrydgard/support-16kb-pages
Add support for 16kb page size on Android
2025-06-10 17:39:36 +02:00