Commit Graph

45601 Commits

Author SHA1 Message Date
Henrik Rydgård e1b638aaab Minor UI tweaks 2026-02-11 23:33:39 +01:00
Henrik Rydgård 60f0f79273 On Android, rename "Full screen" to "Hide navigation bar" 2026-02-11 17:40:52 +01:00
Henrik Rydgård 56b3c86742 Merge pull request #21241 from hrydgard/more-assorted-fixes
Only clear vblank listeners on exec start, not flip listeners.
2026-02-11 16:34:12 +01:00
Henrik Rydgård f5b2df6111 Only clear vblank listeners on exec start, not flip listeners.
This needs kind of a different type of cleanup, actually, but that's for
later (I want to get rid of this registration mechanism entirely).

Fixes #21239
2026-02-11 15:38:18 +01:00
Henrik Rydgård 8270fca734 Remove the hardcoded F12 hotkey for screenshots on Windows.
Fixes #17559
2026-02-11 14:31:49 +01:00
Henrik Rydgård dd4a4d34c8 Merge pull request #21240 from hrydgard/even-more-fixes
Fix crashes in the ImGeDebugger
2026-02-11 14:31:24 +01:00
Henrik Rydgård 430cb28237 GEDebugger crashfix on framebuffer recreation 2026-02-11 09:41:57 +01:00
Henrik Rydgård 64fb8bfd79 Fix the ImDebugger 2026-02-11 09:36:39 +01:00
Henrik Rydgård 3ecb54e70a More tweaking of gamelist icons 2026-02-11 01:24:11 +01:00
Henrik Rydgård 49e67975b4 Merge pull request #21238 from hrydgard/arm64-jit-cleanup
Fix rare ARM64 JIT bug
2026-02-10 21:11:58 +01:00
Henrik Rydgård b999c51a1a Code cleanup. Don't use gpr.SetRegImm where all we do is write to a scratch register 2026-02-10 19:28:53 +01:00
Henrik Rydgård e4f7a39c40 Correct an optimization in the ARM64 jit for min and max instructions
Fixes the big glitch in #13444
2026-02-10 19:28:53 +01:00
Henrik Rydgård 39c6dce17d Merge pull request #21236 from hrydgard/more-fixes
Texturing fix, initial window size fix, etc
2026-02-10 16:19:37 +01:00
Henrik Rydgård 5d080d1de8 Add a quick check against bad clut vs depth texture framebuffer matches
See #15828 and #20847
2026-02-10 15:51:49 +01:00
Henrik Rydgård e2b99fc921 Add a safety check in DetectZipFileContents 2026-02-10 15:50:39 +01:00
Henrik Rydgård b43a86a9f3 Windows: Fix the initial window size
Fixes #21235
2026-02-10 15:18:47 +01:00
Henrik Rydgård dad8df3860 More logspam reduction 2026-02-10 15:05:29 +01:00
Henrik Rydgård 88266eee50 Warning fixes, comments 2026-02-10 13:59:32 +01:00
Henrik Rydgård c029faa8a3 Merge pull request #21233 from hrydgard/misc-fixes
Fix R-Type saving problem, redesign the run-behind button on the pause screen
2026-02-10 13:12:09 +01:00
Henrik Rydgård 2c0bdcf678 InstallZipScreen improvements, small cleanup 2026-02-10 11:34:59 +01:00
Henrik Rydgård 2bc43810a8 Improve display of homebrew without an icon in the game browser 2026-02-10 11:26:01 +01:00
Henrik Rydgård ab437becf8 Improve how ELF files are displayed in the game browser 2026-02-10 10:57:51 +01:00
Henrik Rydgård edaab592cc Pause screen: Make the run-behind play/pause button outlined, to differentiate 2026-02-10 10:46:48 +01:00
Henrik Rydgård 00b28e28dc Mac/iOS: Avoid a vulkan warning about primitive restart 2026-02-10 10:41:52 +01:00
Henrik Rydgård d0fad172b9 Merge pull request #21232 from hrydgard/more-improvements
Libretro: Fix freeze
2026-02-10 10:02:58 +01:00
Henrik Rydgård 998f726a5c Reduce logspam in a few games 2026-02-10 09:11:56 +01:00
Henrik Rydgård 4d07fd6176 Avoid writing 0-sized ICON1 or SND0
Presumably this should also apply to PIC1 and ICON0 but let's keep the
change minimal.

Fixes #20443
2026-02-10 09:11:05 +01:00
Henrik Rydgård 81776cce4d Slightly improve an error message (needs more improvement) 2026-02-10 08:28:53 +01:00
Henrik Rydgård 9936fcfee3 Libretro: Freeze fix
Broke in #21221, forgot to apply the refactoring with libretro
2026-02-10 08:25:52 +01:00
Henrik Rydgård 09b087f16f Resume gameplay immediately after choosing Reset on the pause screen. 2026-02-10 00:22:09 +01:00
Henrik Rydgård 22dc3793c5 Merge pull request #21230 from Kyuyrii/patch-1
Adding StartupWMClass
2026-02-10 00:13:46 +01:00
Kyuyrii 0185e59dec Adding StartupWMClass 2026-02-09 18:39:34 -03:00
Henrik Rydgård c802162a1a Merge pull request #21229 from hrydgard/more-ui-polish
More UI fixes, easy way to copy function hash
2026-02-09 19:53:46 +01:00
Henrik Rydgård 330a638281 Add ability to copy function hash from the disassembly view
See #4179
2026-02-09 19:26:43 +01:00
Henrik Rydgård d06e5733a5 Fix some reset crashes.
Part of #21223, reported in #21228
2026-02-09 19:01:18 +01:00
Henrik Rydgård 77815c51e5 Prevent cardboard from messing up the menu rendering
Part of #21223, reported in #21228
2026-02-09 19:01:06 +01:00
Henrik Rydgård 936c344a52 misc 2026-02-09 16:41:51 +01:00
Henrik Rydgård 6f22c1bd18 Merge pull request #21228 from hrydgard/more-screenshot-cleanup
Fix the report screen (screenshot + background), minor UI changes
2026-02-09 16:13:58 +01:00
Henrik Rydgård 013a51576a Fix screenshotting and the background of ReportScreen
See #21223
2026-02-09 14:35:34 +01:00
Henrik Rydgård 5d4ac87b2b In PopupMultiChoice lists, indicate the selected item with a checkmark
See #21223
2026-02-09 14:35:34 +01:00
Henrik Rydgård 990cba8e6c Fix problem with background image when rotating some dialogs 2026-02-09 14:35:32 +01:00
Henrik Rydgård 3b7b9ec0a4 Merge pull request #21227 from hrydgard/even-more-fixes
Some code cleanup and refactoring
2026-02-09 14:33:26 +01:00
Henrik Rydgård a92ff89d5f Clean up the OSD click callback code 2026-02-09 13:08:44 +01:00
Henrik Rydgård 4ccd41110b Correctly do the VFS refactor that I tried to do in #21218
See #21218
2026-02-09 13:08:44 +01:00
Henrik Rydgård 4f4de447dd Apply minor cleanups from #21171 2026-02-09 13:08:44 +01:00
Henrik Rydgård a75cdcac0b UWP: Remove deprecated compiler option 2026-02-09 13:08:44 +01:00
Henrik Rydgård 51a57409ec Merge pull request #21222 from hrydgard/more-fixes
Revert the VFS code deduplication
2026-02-08 18:55:57 +01:00
Henrik Rydgård dd648b596c Revert "VFS: Remove some code duplication" (logic bug)
This reverts commit f257ad4f7f.
2026-02-08 18:44:48 +01:00
Henrik Rydgård 93264b3920 Small tweak of FPS counter position 2026-02-08 18:44:48 +01:00
Henrik Rydgård 30306367b7 Merge pull request #21220 from Kethen/postoffice_fixes
bump aemu_postoffice
2026-02-08 17:44:05 +01:00