Henrik Rydgård
|
bdf08c84fd
|
Move the ImGui texture cache viewer out of core
|
2025-05-26 19:02:57 +02:00 |
|
Henrik Rydgård
|
6cafada957
|
Warning fix
|
2025-05-26 14:37:56 +02:00 |
|
Henrik Rydgård
|
22b1ecf65b
|
Memstick: Show a warning if you pick a folder inside the previous one (common mistake)
|
2025-05-26 13:23:10 +02:00 |
|
Henrik Rydgård
|
776dc4734a
|
Prevent UI from hanging if backing out of the MemstickScreen while tasks are underway
|
2025-05-26 11:57:19 +02:00 |
|
Henrik Rydgård
|
9bcbea745f
|
Oops, forgot to delete some debug logging
|
2025-05-25 23:03:05 +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
|
7936f2a8dd
|
Splash screen tweak
|
2025-05-25 15:16:39 +02:00 |
|
Henrik Rydgård
|
164dd53a89
|
More IAP improvements
|
2025-05-25 11:22:05 +02:00 |
|
Henrik Rydgård
|
9ee0481af8
|
IAP fixes
|
2025-05-25 11:22:05 +02:00 |
|
Henrik Rydgård
|
2a8ae61ecb
|
More UI tweaks, use the new strings
|
2025-05-25 11:22:05 +02:00 |
|
Henrik Rydgård
|
a26dd326f5
|
More visual updates
|
2025-05-25 11:22:04 +02:00 |
|
Henrik Rydgård
|
a1453c6436
|
Add shiny gold icon animation
|
2025-05-25 11:22:04 +02:00 |
|
Henrik Rydgård
|
6df008c80b
|
Some more work on the IAP UI
|
2025-05-25 11:22:04 +02:00 |
|
Henrik Rydgård
|
2dbb54667d
|
IAP work
|
2025-05-25 11:22:04 +02:00 |
|
Henrik Rydgård
|
d619510b8b
|
Drag-drop / shortcut launch fixes
|
2025-05-22 11:10:15 +02:00 |
|
 Henrik RydgårdandGitHub
|
d782382f28
|
Merge pull request #20385 from hrydgard/android-shortcut-fix
Android shortcut fix
|
2025-05-22 09:24:41 +02:00 |
|
Henrik Rydgård
|
e5d929d814
|
Cancel all popups when loading a new game during gameplay
|
2025-05-21 21:42:08 +02:00 |
|
Henrik Rydgård
|
a36d3cf18d
|
Logging improvements / despam
|
2025-05-21 21:42:08 +02:00 |
|
Henrik Rydgård
|
9cf5d1bc25
|
Android: Enforce that there's never more than one instance of PpssppActivity, listen to onNewIntent.
Fixes shortcut-launch in-game. Although need to add some better handling
for the paused case.
|
2025-05-21 21:42:08 +02:00 |
|
Henrik Rydgård
|
09e067c6e1
|
Revert "Get rid of remains of support for non-square screen DPIs"
This reverts commit f206ed95eb.
|
2025-05-21 21:41:50 +02:00 |
|
Mark Zhuang
|
9e058078e3
|
EmuScreen: Fix compile error when enable USE_PROFILER
|
2025-05-21 14:03:05 +08:00 |
|
Henrik Rydgård
|
268962a04e
|
RenderAchievement crashfix if null
|
2025-05-20 00:43:23 +02:00 |
|
Henrik Rydgård
|
6035ef0652
|
Implement image file picker on iOS, various buildfixes
|
2025-05-19 20:41:16 +02:00 |
|
Henrik Rydgård
|
4e25eadd23
|
Hide the hw tessellation setting if the backend doesn't support it
|
2025-05-19 18:42:22 +02:00 |
|
Henrik Rydgård
|
056c4024f2
|
Share the "launch buy gold" code between MainScreen and CreditsScreen
|
2025-05-19 18:38:19 +02:00 |
|
Henrik Rydgård
|
e842825c95
|
PromptScreen: Implement a nice vertical layout
|
2025-05-19 18:38:18 +02:00 |
|
Henrik Rydgård
|
30e0834c0a
|
Remove the legacy CPU test runner from developer tools
|
2025-05-19 10:47:33 +02:00 |
|
Henrik Rydgård
|
832c6aa218
|
Clean up some more "#ifdef GOLD" checks
|
2025-05-18 10:37:16 +02:00 |
|
Henrik Rydgård
|
faeaf0b723
|
Remove the redundant setting "Show on-screen messages". (you can set notification position to None)
Remove now-redundant string
|
2025-05-18 10:29:53 +02:00 |
|
Henrik Rydgård
|
7efd604c25
|
Improve the MGS Acid 2 hack to fix the oil spill crash
Not really proud of this, but takes care of #20306 for now.
|
2025-05-16 19:22:37 +02:00 |
|
Henrik Rydgård
|
c9ce8863a8
|
main screen: Only have click-to-copy on the version name if it's not a basic version
|
2025-05-16 10:53:19 +02:00 |
|
Henrik Rydgård
|
9a86101769
|
Avoid getting stuck in a load-loop when auto-loading a bad savestate. Make some code clearer.
|
2025-05-16 01:55:18 +02:00 |
|
Henrik Rydgård
|
a698486f9c
|
Savestate: The callback is already an std::function, so no cbUserdata value is needed.
|
2025-05-16 01:55:15 +02:00 |
|
Henrik Rydgård
|
ceef65fe67
|
Wait for pipelines to finish creating before proceeding with boot.
|
2025-05-15 12:26:03 +02:00 |
|
Henrik Rydgård
|
751e4fad2e
|
Move more of GPU init to the loader thread. Some log cleanup.
|
2025-05-15 11:43:37 +02:00 |
|
Henrik Rydgård
|
95550ed624
|
Don't create a FileLoader just to check if launched files are zip files. Snappier launches.
|
2025-05-15 09:48:23 +02:00 |
|
 Henrik RydgårdandGitHub
|
67ebee1483
|
Merge pull request #20339 from hrydgard/more-crash-debugging
More changes resulting from crash debugging
|
2025-05-14 20:38:01 +02:00 |
|
Henrik Rydgård
|
dde3099d0c
|
Expose the hidden ShaderCache option in developer tools
|
2025-05-14 09:39:14 +02:00 |
|
Henrik Rydgård
|
ff37cbe184
|
Minor memory safety fixes
|
2025-05-14 09:39:09 +02:00 |
|
 NabandGitHub
|
4878971dd4
|
Update fallback PopupStyleBg to match current Default
|
2025-05-13 19:37:42 +02:00 |
|
Henrik Rydgård
|
80147f318e
|
Remove PSP_CancelBoot, assorted cleanup
|
2025-05-13 13:58:28 +02:00 |
|
Henrik Rydgård
|
37712734e2
|
Avoid doing unnecessary UI work during shutdown, add a sanity check
|
2025-05-13 13:56:01 +02:00 |
|
 Henrik RydgårdandGitHub
|
a87391a56f
|
Merge pull request #20308 from NABN00B/themable-slider-colors
Make slider colors themable
|
2025-05-13 13:22:52 +02:00 |
|
Henrik Rydgård
|
9e0c98a87b
|
Simplify framestep logic
|
2025-05-13 12:13:15 +02:00 |
|
Henrik Rydgård
|
1ec9ba509e
|
Small refactor of vblank callbacks
|
2025-05-13 12:13:15 +02:00 |
|
Henrik Rydgård
|
c984897b2e
|
Minor cleanup, check
|
2025-05-13 12:13:12 +02:00 |
|
 Henrik RydgårdandGitHub
|
e1e352c5b5
|
Merge pull request #20294 from quirkylemon/misc-imdebugger-improvements
Misc ImDebugger improvements
|
2025-05-13 10:40:47 +02:00 |
|
QuirkyLemon
|
3f5cc56a0a
|
add toggle to draw zeros darker in ImDebugger MemView
|
2025-05-09 09:09:20 -05:00 |
|
Henrik Rydgård
|
eea4aac344
|
Expose checkbox in developer tools for the setting not to download infra-dns.json
|
2025-05-05 11:52:00 +02:00 |
|