Henrik Rydgård
2c207aedf8
Fix problem where the touch screen controls got reactivated by gamepad input
2026-02-28 11:11:17 +01:00
Henrik Rydgård
845f9f3d55
Add missing check to Vulkan init. Disable validation on android-x86-64
...
The latter is broken in the Android SDK emulator.
2026-02-27 23:57:50 +01:00
fcrwr
50690e3e4d
remove unused code in ImMemView
2026-02-27 15:44:02 +05:00
fcrwr
dd92f82464
fix flickering in ImMemWindow
2026-02-27 14:01:01 +05:00
fcrwr
170a129363
fix ImMemWindow hotkeys globally interfering with text input
2026-02-27 13:58:24 +05:00
fcrwr
79bca7b69c
fix usage of uninitialized variables in ImMemView
2026-02-27 13:52:10 +05:00
Henrik Rydgård
9097dd935a
Somewhat improve the UI of the adhoc server list
2026-02-26 17:17:42 +01:00
Henrik Rydgård
c3a78724c7
Add an on-screen keyboard in the popup inputbox
2026-02-26 17:17:42 +01:00
Henrik Rydgård
5255d450bc
Move the AdhocServerScreen to its own file, remove the "Toggle List" button
2026-02-26 17:17:42 +01:00
Henrik Rydgård
e50199ad0a
Fix the gemini-written video player to actually work
2026-02-26 09:33:26 +01:00
Henrik Rydgård
250c52d1d7
Add basic video player code
2026-02-25 20:52:33 +01:00
Henrik Rydgård and GitHub
a32f550871
Merge pull request #21302 from hrydgard/android-exit-button
...
Android: Reintroduce the exit button (in landscape mode only)
2026-02-25 15:26:21 +01:00
Henrik Rydgård
d694b3d5a4
Android: Reintroduce exit button in landscape mode only, allow exit using controller
2026-02-25 14:49:24 +01:00
Henrik Rydgård
c74e21243d
Add support for installing plugins directly from zip files
2026-02-25 14:28:57 +01:00
Henrik Rydgård
8eeb64c9dc
Fix a bug in gridlayout column count computation, fix layout problem on savestate popups.
2026-02-25 14:28:57 +01:00
Henrik Rydgård
c91510039e
Code cleanup on mainscreen
2026-02-25 14:28:57 +01:00
Henrik Rydgård
f13d339ed3
Set the CRC banner on the game screen to fit contents, instead of the screen.
...
Also make sure it's not visible when it shouldn't be
2026-02-25 00:52:25 +01:00
Henrik Rydgård
733aee685d
Fix window resizing issue on pause screen
2026-02-24 00:56:45 +01:00
Henrik Rydgård
f85902d161
Some minor code style cleanup
2026-02-24 00:56:45 +01:00
Henrik Rydgård
7ea2265ff3
Make the undo save/load buttons not scroll with the savestate list
2026-02-24 00:56:45 +01:00
Henrik Rydgård
22f2e69d0a
Integrate the exit reminder (you haven't saved..) in warnings from setting that require restart
...
Part of #21223
2026-02-24 00:56:45 +01:00
Henrik Rydgård
5dc169ecbe
Fix more race conditions if you exit during game bootup
2026-02-24 00:56:45 +01:00
Henrik Rydgård
25392ef6fd
Add a workaround for boot-up crashes caused by switching away from the app while waiting for the boot-up thread to finish
2026-02-24 00:56:45 +01:00
Henrik Rydgård
b4a6764a53
Fix null pointer deref in ImGe, thanks fcrwr
2026-02-23 15:13:46 +01:00
Henrik Rydgård
dac8ccff1d
Gamescreen: Reload savedataSize on open
2026-02-23 11:48:34 +01:00
Henrik Rydgård
eb56b9e0c6
Correct bug where MainScreen wasn't updated after a language change in settings
2026-02-20 09:28:04 +01:00
Henrik Rydgård
e0ed2bfd41
Additional pause screen flicker fix
2026-02-19 16:17:03 +01:00
Henrik Rydgård
b6668b3a75
Fix text wrapping problem on TiltAnalogSettingsScreen
2026-02-19 16:15:33 +01:00
Henrik Rydgård
7c8b759141
Show default on some more settings with the new mechanism. Not sure if this is actually a good thing or just messy
2026-02-19 16:15:26 +01:00
Henrik Rydgård
40a5cd1509
Minor logging improvement, refresh gamescreen on deleted savedata
2026-02-19 16:05:00 +01:00
Henrik Rydgård and GitHub
20f1714e6e
Merge pull request #21280 from Kethen/adhoc_stuffs
...
Adhoc relay server: Auto/Yes/No instead of checkbox
2026-02-19 10:47:07 +01:00
Henrik Rydgård
8584f804e0
Android: Remove the unused ability to override the lang path
...
Attempt at crash fix in ReportScreen
2026-02-19 00:46:16 +01:00
Henrik Rydgård
f353052f87
Split out hint from a few translation strings
2026-02-19 00:15:49 +01:00
Henrik Rydgård
f359c1b3b1
More flicker elimination on pause screen
2026-02-19 00:15:49 +01:00
Henrik Rydgård
4501550faa
More settings tweaks
2026-02-19 00:15:49 +01:00
Katharine Chui
b3b9e90403
expand adhoc server list
...
Add various data fields and logic to handle:
- automatic adhoc data mode handling
- future UI expension on server list
- future support for automatically downloaded/user provided server list
2026-02-18 19:22:38 +01:00
Henrik Rydgård and Katharine Chui
20dac95d7d
Translation
2026-02-18 19:18:43 +01:00
Henrik Rydgård and Katharine Chui
4477396045
AdHoc relay server: Replace checkbox with "Auto" / "On" / "Off"
2026-02-18 19:18:42 +01:00
Henrik Rydgård
1a2e32d451
Fix some untranslatable strings, thanks TotalCaesar569
2026-02-18 18:39:44 +01:00
Henrik Rydgård
e1c80373d6
Fix minor flicker when closing menus on the pause screen
2026-02-18 15:40:55 +01:00
Henrik Rydgård
2264711600
Move the loading spinner a bit inwards to not get cut off by rounded corners
2026-02-18 14:49:08 +01:00
Henrik Rydgård
341e034f0b
Handle savedata files better on the game browser tab
2026-02-18 11:54:13 +01:00
Henrik Rydgård and GitHub
a9fa7b3fcd
Merge pull request #21273 from ThePillowMan/master
...
Fixed wrong touchpad rotation
2026-02-18 10:24:43 +01:00
Henrik Rydgård and GitHub
1b67f64f4b
Merge pull request #21272 from hrydgard/more-cleanup
...
Fix minor UI issues, add some more self-checking to the JIT
2026-02-18 09:51:31 +01:00
ThePillowMan and GitHub
422e983846
Fixed stylization issues + issues regarding games which shouldnt rotate controls
2026-02-17 21:26:27 -05:00
ThePillowMan and GitHub
3a810ac38b
deleted accidentally left print statement
2026-02-17 19:12:35 -05:00
ThePillowMan and GitHub
bbf72d0c82
Update GamepadEmu.cpp
...
Fixes touch controls for D-Pad and Analog Stick using same methodology behind regular DPad.
2026-02-17 18:26:51 -05:00
Henrik Rydgård
eef760e923
EmuScreen: Move more virtual key processing to the synchronized switch
2026-02-17 23:07:46 +01:00
Henrik Rydgård
1b0e701c87
Expose some more pointers in the ImDebugger UI
2026-02-17 22:40:00 +01:00
Henrik Rydgård
4b3af8cb54
Fix some minor UI issues with title bars
2026-02-17 22:36:43 +01:00