Henrik Rydgård
|
b01001a2e0
|
Merge pull request #21116 from Kethen/aemu_postoffice_integrate_v2
Support adhoc relay from aemu to ppsspp
|
2026-01-20 15:10:07 +01:00 |
|
Henrik Rydgård
|
dcfdad67bf
|
Merge pull request #21133 from hrydgard/retroachievement-icon-cache-rework
Retroachievement icon cache rework
|
2026-01-20 15:07:00 +01:00 |
|
Henrik Rydgård
|
63658bcb2f
|
Lambda capture cleanup
|
2026-01-20 14:29:13 +01:00 |
|
Henrik Rydgård
|
0fb2be2cbe
|
Simplify image caching for RetroAchievements
|
2026-01-20 14:25:59 +01:00 |
|
Henrik Rydgård
|
324358e069
|
Main screen: Shrink the text on dir buttons in grid view
|
2026-01-20 13:51:24 +01:00 |
|
Henrik Rydgård
|
c8db8463f2
|
Some cleanup of the frameskipping setting. Avoid having Auto Frameskip reset the frameskip setting to 1.
|
2026-01-19 17:44:00 +01:00 |
|
Henrik Rydgård
|
1363cb2282
|
Remove a bunch of member variables from GameSettingsScreen
|
2026-01-19 17:19:02 +01:00 |
|
Henrik Rydgård
|
1d2f846c66
|
Partial drive-by cleanup of quick chat code
|
2026-01-19 17:14:24 +01:00 |
|
Henrik Rydgård
|
8b8c776491
|
Fix visual issue with rotation button on the pause screen
|
2026-01-19 17:00:41 +01:00 |
|
Henrik Rydgård
|
f4dbff0f14
|
Merge branch 'master' into aemu_postoffice_integrate_v2
|
2026-01-19 11:40:38 +01:00 |
|
Henrik Rydgård
|
926a9eaf83
|
Merge pull request #21123 from MMaZaHaKa/master
fix proAdhocServer multiinstance bug
|
2026-01-19 11:30:46 +01:00 |
|
Henrik Rydgård
|
7a64888569
|
Control mapping screen: Don't waste vertical space on a title bar in landscape
|
2026-01-18 14:39:52 +01:00 |
|
Henrik Rydgård
|
b22b29acca
|
Rework the logo display on the main screen
|
2026-01-18 14:39:52 +01:00 |
|
Henrik Rydgård
|
41ee923c8c
|
See if this is enough to get debug symbols on Play
|
2026-01-18 00:13:10 +01:00 |
|
MMaZaHaKa
|
aa350b3082
|
upd proAdhoc
|
2026-01-16 06:17:03 +02:00 |
|
Katharine Chui
|
748786e80c
|
update packet relay setting wording, enable relay by default
|
2026-01-15 21:40:19 +01:00 |
|
Katharine Chui
|
bf30de1527
|
initial github.com/kethen/aemu_postoffice integration ported from github.com/kethen/aemu
|
2026-01-11 18:53:54 +01:00 |
|
Henrik Rydgård
|
3f3b353350
|
Merge pull request #21092 from white-axe/libretro-vfs
Use the libretro VFS interface in libretro builds
|
2026-01-10 16:36:01 +01:00 |
|
Henrik Rydgård
|
11c63738ae
|
Implement the "Auto load savestate" display from #21082
|
2026-01-09 12:27:37 +01:00 |
|
Henrik Rydgård
|
f1f931551a
|
Add a "Savestate slot count" setting.
|
2026-01-09 12:20:39 +01:00 |
|
Henrik Rydgård
|
2b78509986
|
Fix the back button resuming the game on the pause screen
|
2026-01-09 12:20:39 +01:00 |
|
Henrik Rydgård
|
884d3c46d5
|
Rework listing of savestates - a single scan operation instead of lots of File::Exists and ModTime calls.
Needed to improve scalability on Android for when we increase the number
of states.
|
2026-01-09 11:17:21 +01:00 |
|
Henrik Rydgård
|
2959ad214c
|
Fix the internal savestate API to better reflect how it actually works
|
2026-01-09 10:29:37 +01:00 |
|
Henrik Rydgård
|
13af9d5a9b
|
Savestate UI: Add one more way to select the current state
|
2026-01-08 23:18:26 +01:00 |
|
刘皓
|
fde7821b77
|
Merge branch 'master' into libretro-vfs
|
2026-01-08 11:59:20 -05:00 |
|
Henrik Rydgård
|
77b9a6e2e8
|
Prepare for adjustable save state slot count by making the Win32 menu dynamic
|
2026-01-08 16:07:48 +01:00 |
|
Henrik Rydgård
|
11a9430e5a
|
Improve a translation string
|
2026-01-07 19:51:16 +01:00 |
|
Henrik Rydgård
|
2bbad2e03b
|
Floating symbols background animation: Make resolution-dependent
Fixes part of #20211
|
2026-01-06 21:11:04 +01:00 |
|
Henrik Rydgård
|
fcc181990c
|
Game browser: Improve display of directory buttons in grid mode.
Part of #20108
|
2026-01-06 20:41:46 +01:00 |
|
Henrik Rydgård
|
b64d7b217f
|
Add a --root= command line argument to override what host0: is mounted to.
Fixes #20191
|
2026-01-06 20:41:35 +01:00 |
|
Henrik Rydgård
|
38ebb9d729
|
Set a few defaults automatically as a proof-of-concept (to reduce duplication)
See #18888
|
2026-01-05 19:03:43 +01:00 |
|
刘皓
|
295ac0e9f6
|
Merge branch 'master' into libretro-vfs
|
2026-01-02 12:58:27 -05:00 |
|
刘皓
|
53755c526a
|
Fix compilation error in UI/InstallZipScreen.cpp in standalone builds
|
2026-01-02 12:00:56 -05:00 |
|
Henrik Rydgård
|
1d16d6be6a
|
Workaround for a shutdown destruction order problem.
Part of #21055
|
2026-01-02 14:36:16 +01:00 |
|
Henrik Rydgård
|
64461329e7
|
More minor fixes and cleanups
|
2026-01-02 14:20:20 +01:00 |
|
Henrik Rydgård
|
3efbcb600f
|
Increase default exit-save-confirmation delay to 300s (5 min)
|
2026-01-01 20:59:36 +01:00 |
|
Henrik Rydgård
|
567aac0359
|
Avoid holding a lock while calculating the size of savedata or homebrew.
Should fix some ANRs.
|
2026-01-01 14:05:52 +01:00 |
|
Henrik Rydgård
|
5f7a937466
|
Rename ValidSize to ClampValidSizeAt
|
2025-12-30 20:31:07 +01:00 |
|
Henrik Rydgård
|
5756a5bc87
|
Fix layout issue that will happen when we increase the number of save state slots.
See issue #21082
|
2025-12-29 12:03:27 +01:00 |
|
Henrik Rydgård
|
09523ba7b7
|
Fix UI layout issue on driver bugs list
|
2025-12-29 11:51:20 +01:00 |
|
Henrik Rydgård
|
2d39a88253
|
Some game config button cleanup on pause screen
|
2025-12-25 13:32:38 +01:00 |
|
Henrik Rydgård
|
29d1331396
|
Add back the Exit button on Android TV (where it's cumbersome to exit otherwise, and it's always landscape)
|
2025-12-19 13:47:11 +01:00 |
|
Henrik Rydgård
|
18a67b82d2
|
Do the same with KeyInputFlags. Fix minor UI misalignments
|
2025-12-19 13:41:58 +01:00 |
|
Henrik Rydgård
|
481d0fd18c
|
Switch TouchInputFlags to enum class, fix some minor UI issues
Scroll views now only wheel-scroll if the mouse is hovering over them.
|
2025-12-19 11:38:56 +01:00 |
|
Henrik Rydgård
|
c999367471
|
Fix crash in DrawPixels in "skip framebuffer effects" mode
|
2025-12-15 17:18:17 +01:00 |
|
Henrik Rydgård
|
5b7b1f76eb
|
Add an in-app crash history viewer to Developer Tool on Android (v30+)
|
2025-12-15 17:16:47 +01:00 |
|
Henrik Rydgård
|
3b1bdc5957
|
Warning fix
|
2025-12-15 11:52:10 +01:00 |
|
Henrik Rydgård
|
907ba1292f
|
Crashfix and warning fix, thanks droplet and oltolm
|
2025-11-30 13:29:23 +01:00 |
|
Henrik Rydgård
|
9c7dcca59d
|
RetroAchievements: Fix crashes if subset info is missing
|
2025-11-28 13:10:06 +01:00 |
|
Henrik Rydgård
|
355ad48676
|
More layout issues
|
2025-11-28 01:05:21 +01:00 |
|