Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård f14a38db52 Remove a few uses of std::bind 2025-05-28 11:05:35 +02:00
Henrik Rydgård 2bc181104b Sanity checks 2025-05-28 11:01:15 +02:00
Henrik RydgårdandGitHub 33931183a1 Merge pull request #20411 from hrydgard/background-image-work
Fix the background image selector on MacOS and Linux (with pfd)
2025-05-27 23:27:44 +02:00
Henrik Rydgård 115ecfe41a Fix strange issue when changing the UI DPI scale in system settings 2025-05-27 23:26:45 +02:00
Henrik Rydgård 4edbc14025 Fix the background image selector on MacOS and Linux (with pfd)
Forgot that the backends need changes too, after I split out image file selection from the other types.
2025-05-27 23:04:18 +02:00
Henrik RydgårdandGitHub 8ac7cc83df Merge pull request #20410 from hrydgard/yet-more-misc
Minor logging and translation updates
2025-05-27 20:31:07 +02:00
Henrik Rydgård 4e1ff145a5 Logging update 2025-05-27 17:48:23 +02:00
Henrik Rydgård 2bea4737f1 sv_SE fixes 2025-05-27 17:48:20 +02:00
Henrik Rydgård fe15fb120e Move the string Recent games to the correct category 2025-05-27 02:03:57 +02:00
Henrik RydgårdandGitHub 4d81153479 Merge pull request #20406 from TotalCaesar659/patch-1
Update Russian translation
2025-05-27 02:02:46 +02:00
TotalCaesar659andGitHub baa2a116a9 Update Russian translation 2025-05-27 00:39:38 +03:00
Henrik RydgårdandGitHub 35fc7a2186 Merge pull request #20405 from hrydgard/glslang-upgrade
Switch to a fork of glslang with an include fix for gcc 15
2025-05-26 22:41:48 +02:00
Henrik Rydgård 0cb7011fdd Switch to a fork of glslang with an include fix for gcc 15
See #20399 and #19952
2025-05-26 22:18:06 +02:00
Henrik RydgårdandGitHub d75ce211d0 Merge pull request #20404 from gen2brain/master
Skip imgui in cmake when LIBRETRO is enabled
2025-05-26 21:25:43 +02:00
Milan Nikolic edca1d3747 Skip imgui when LIBRETRO is enabled 2025-05-26 21:10:17 +02:00
Henrik RydgårdandGitHub 66a9f7275c Merge pull request #20403 from hrydgard/even-more-misc
Add more missing translation strings, fix linking problem for libretro
2025-05-26 20:46:27 +02:00
Henrik RydgårdandGitHub 1501a6cdd4 Merge pull request #20402 from TotalCaesar659/patch-1
Update Russian translation
2025-05-26 20:24:25 +02:00
Henrik Rydgård d07a542d85 Fix strings pointed out by TotalCaesar659
See #20402
2025-05-26 20:23:46 +02:00
Henrik Rydgård f0b0457fea More minor fixes 2025-05-26 19:40:31 +02:00
Henrik Rydgård 2e7f2ffcd4 Same as previous commit for the framebuffermanager debug UI 2025-05-26 19:39:51 +02:00
Henrik Rydgård bdf08c84fd Move the ImGui texture cache viewer out of core 2025-05-26 19:02:57 +02:00
TotalCaesar659andGitHub 002afb0193 Update Russian translation 2025-05-26 19:42:00 +03:00
Henrik Rydgård 61a89de6a7 Smash Court Tennis 3 unprintable thread name hack 2025-05-26 18:04:46 +02:00
Henrik Rydgård 6cafada957 Warning fix 2025-05-26 14:37:56 +02:00
Henrik RydgårdandGitHub d0143bd178 Merge pull request #20401 from hrydgard/more-misc
Memstick dialog: Add a warning, prevent UI hang
2025-05-26 13:40:33 +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årdandGitHub 841afb407d Merge pull request #20400 from gen2brain/master
Fix building without ffmpeg
2025-05-26 12:02:22 +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
Milan Nikolic 1c6a420cb4 Fix building without ffmpeg 2025-05-26 11:40:08 +02:00
Henrik RydgårdandGitHub 2cf5e9e2f6 Merge pull request #20398 from hrydgard/morph-memory-fix
Vertex decoder C++ fallbacks: Make sure to never read from the destination
2025-05-26 11:38:13 +02:00
Henrik Rydgård 77ec3bf05b Quick buildfix for system ffmpeg 2025-05-26 11:26:36 +02:00
Henrik Rydgård 9ecc135601 Vertex decoder C++ fallbacks: Make sure to never read from the destination
This can have devastating effects on performance on some architectures.

Will help, but not fix, #20171 on some hardware (there's more
optimization work that needs doing).
2025-05-26 11:18:45 +02:00
Henrik Rydgård 9bcbea745f Oops, forgot to delete some debug logging 2025-05-25 23:03:05 +02:00
Henrik RydgårdandGitHub 4601e4ab2a Merge pull request #20397 from hrydgard/libretro-frame-fix
rcheevos: Call rc_client_do_frame in the flip callback.
2025-05-25 22:39:11 +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årdandGitHub f47c44f325 Merge pull request #20396 from hrydgard/misc-cleanup
Add checkbox for log to file (developer settings)
2025-05-25 19:25:19 +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årdandGitHub 541f8e8016 Merge pull request #20393 from oltolm/gcc
fix GCC build
2025-05-25 14:04:32 +02:00
Henrik Rydgård 15d24806bb sceKernelThread: Make a bunch of globals static 2025-05-25 12:40:16 +02:00
Henrik RydgårdandGitHub 709c86c076 Merge pull request #20395 from hrydgard/more-ios-work
More iOS work in preparation for 1.19
2025-05-25 11:45:53 +02:00
Henrik Rydgård ddc5ec6611 Add USE_IAP option to b-appstore.sh 2025-05-25 11:22:05 +02:00
Henrik Rydgård 164dd53a89 More IAP improvements 2025-05-25 11:22:05 +02:00
Henrik Rydgård cd21f6a526 Add a gold icon to alternate icons. NOTE: It must not be named AppIconGold! 2025-05-25 11:22:05 +02:00
Henrik Rydgård 758dcf6afc More icon stuff 2025-05-25 11:22:05 +02:00
Henrik Rydgård c3ed94b721 More icon work 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 fdc30540a6 New strings for the IAP screen.
Had to use AI translation here...
2025-05-25 11:22:05 +02:00
Henrik Rydgård e59a9c3248 langtool: Add support to import a single string translated to all languages in a bulk form. 2025-05-25 11:22:05 +02:00