Henrik Rydgård
6e84cd7f38
Correct the clearing/destruction order when switching JITs.
...
Fixes #20502
2025-06-11 16:27: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ård
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ård
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å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
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å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
Henrik Rydgård
fa04337654
On Windows 11, start defaulting to Vulkan.
2025-06-10 21:24:31 +02:00
Henrik Rydgård
552c1cccd7
Merge pull request #20483 from oltolm/inline
...
Some cleanups
2025-06-10 17:40:30 +02:00
Henrik Rydgård
87baa69ce4
Merge pull request #20488 from hrydgard/more-fixes
...
Fix another texture replacement crash
2025-06-10 15:29:41 +02:00
Henrik Rydgård
6cfea96e58
Remove D3D9 support, to make future changes easier
2025-06-10 15:07:16 +02:00
Henrik Rydgård
252d342cc5
Fix another texture replacement crash (only happens with broken png texture files).
...
Fix a warning too.
2025-06-10 15:03:15 +02:00
oltolm
1061304b9f
CommonFuncs.h: use inline functions instead of macros
2025-06-09 12:21:40 +02:00
Henrik Rydgård
6350ba6e30
Move an enum, just because.
2025-06-08 11:48:39 +02:00
Henrik Rydgård
d00f8f9401
Display: Don't clear display callback listeners when starting a new exec.
...
Fixes https://github.com/RetroAchievements/RAIntegration/issues/1186
2025-06-07 17:43:18 +02:00
Henrik Rydgård
04684cc88b
Minor error message improvement
2025-06-07 17:18:51 +02:00
Henrik Rydgård
44d06ec42f
Add some sanity checks guided by Android crash reports
2025-06-07 16:35:19 +02:00
Henrik Rydgård
266a6a33be
Add workaround for scePsmf LLE not working with Dragon's Lair
2025-06-07 15:05:33 +02:00
Henrik Rydgård
64680a4ebf
Add early checks in the various BlockDevice implementations
2025-06-07 12:30:20 +02:00
Henrik Rydgård
77f9a27c35
Add a way for errors to bubble up out of BlockDevice creation
2025-06-07 12:30:20 +02:00
Henrik Rydgård
339ac7b866
Don't forget to copy over the MEMSIZE flag, when parsing PARAM.SFO for homebrew.
2025-06-06 18:50:47 +02:00
Henrik Rydgård
1f5064d582
Disable error return value in sceAtracLowLevelDecode
...
See issue #20452
2025-06-06 11:01:34 +02:00
Henrik Rydgård
8d6f8b9399
Cleanup and paranoia
2025-06-06 10:34:13 +02:00
Henrik Rydgård
c29e370e29
Remove global state from kirk engine
2025-06-05 22:46:24 +02:00
Henrik Rydgård
6bc625ecde
More const-ness corrections
2025-06-05 22:46:23 +02:00
Henrik Rydgård
06b29ccb85
RetroAchievements: Correct memory address check in read_memory_callback
2025-06-05 10:56:11 +02:00
Henrik Rydgård
280a416a84
Make log-to-file notifications clickable (to show the log file)
2025-06-05 10:47:16 +02:00
Henrik Rydgård
722d065417
Minor
2025-06-03 13:05:45 +02:00
Henrik Rydgård
e4254b9570
Add some small debug counters that can be sent out through the assert message on Android
...
To enable more understanding of how some crashes could happen.
2025-06-03 12:01:47 +02:00
Henrik Rydgård
4d7dce4e19
Logging improvement in Core_Break
2025-06-02 00:02:21 +02:00
Henrik Rydgård
e0a98ea54c
Improve the "No game loaded" RA popup
2025-06-01 11:47:07 +02:00
Henrik Rydgård
4c631e77f5
RetroAchievements: Show region when showing the info popu. Refactor region detection a little.
2025-06-01 11:34:59 +02:00
Henrik Rydgård
ab2f85b6b8
Crashfix in folder move logging. Plus relax an assert
2025-06-01 10:55:21 +02:00
Henrik Rydgård
0387dd7d64
Merge pull request #20430 from kreinholz/master
...
Fix build with system libzip and miniupnpc
2025-06-01 08:57:34 +02:00
Kevin Reinholz
335695935a
Fix build with system libzip and miniupnpc
2025-05-31 16:06:37 -07:00
Kevin Reinholz
795c8678a6
Fixed build with system libzip and miniupnpc
2025-05-31 16:03:57 -07:00
oltolm
eb92ef0782
LuaContext.cpp: fix GCC warning
2025-05-31 18:25:55 +02:00
Henrik Rydgård
5eb87f0fb4
Logging fixes and cleanups around folder move
2025-05-29 13:13:07 +02:00
Henrik Rydgård
4e1ff145a5
Logging update
2025-05-27 17:48:23 +02:00
Henrik Rydgård
f0b0457fea
More minor fixes
2025-05-26 19:40:31 +02:00
Henrik Rydgård
61a89de6a7
Smash Court Tennis 3 unprintable thread name hack
2025-05-26 18:04:46 +02:00
Henrik Rydgård
841afb407d
Merge pull request #20400 from gen2brain/master
...
Fix building without ffmpeg
2025-05-26 12:02:22 +02:00
Milan Nikolic
1c6a420cb4
Fix building without ffmpeg
2025-05-26 11:40:08 +02:00
Henrik Rydgård
77ec3bf05b
Quick buildfix for system ffmpeg
2025-05-26 11:26:36 +02:00
Henrik Rydgård
1be01aea52
rcheevos: Call rc_client_do_frame in the flip callback.
...
Also some minor cleanup of the AVI recording.
Should fix #20383
2025-05-25 22:21:37 +02:00
Henrik Rydgård
65229026bb
Add a checkbox to enable file logging from the UI, in developer settings.
...
Fixes issue #20372 .
The file is written to PSP/SYSTEM/DUMP/log.txt by default, but you can
override from the command line if needed.
2025-05-25 18:54:30 +02:00
Henrik Rydgård
15d24806bb
sceKernelThread: Make a bunch of globals static
2025-05-25 12:40:16 +02:00
Henrik Rydgård
c3ed94b721
More icon work
2025-05-25 11:22:05 +02:00
Henrik Rydgård
6bf8d7d1db
Memory safety fixes
2025-05-22 11:10:00 +02:00