Commit Graph
45212 Commits
Author SHA1 Message Date
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
Henrik Rydgård 641bfe43a7 Merge pull request #21312 from fcrwr/memview-fixes
ImMemView fixes
2026-02-27 16:15:16 +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
Henrik Rydgård 873531d848 Merge pull request #21311 from hrydgard/minor-fixes
Fix key mapping on Android keyboards
2026-02-27 09:55:46 +01:00
fcrwr 79bca7b69c fix usage of uninitialized variables in ImMemView 2026-02-27 13:52:10 +05:00
Henrik Rydgård cf28fd3a8d More cleanup in pngLoadPtr 2026-02-26 23:41:38 +01:00
Henrik Rydgård 48dc36be2e pngLoadPtr: Protect against over-reads from truncated files 2026-02-26 23:37:52 +01:00
Henrik Rydgård 657b3282ab Android keyboard: After processing a char event, fall through and also generate a keydown.
Fixes #21309
2026-02-26 23:30:43 +01:00
Henrik Rydgård 406df02906 Merge pull request #21308 from Naggioperso/add-games-nexus-to-server-list
Added Games Nexus to the server list
2026-02-26 20:08:21 +01:00
Naggioperso eb79c1cb1c Added Games Nexus to the server list
Added Games Nexus relay server running postoffice to the list of servers
2026-02-26 19:42:56 +01:00
Henrik Rydgård f184967a53 Remove entry with private address (requires OpenVPN), correct discord link 2026-02-26 18:45:00 +01:00
Henrik Rydgård 1d2a7e641d Add back accidentally deleted server to list 2026-02-26 18:41:26 +01:00
Henrik Rydgård ecd091b8c4 Push text input dialogs down a bit in portrait mode 2026-02-26 17:57:06 +01:00
Henrik Rydgård 3ddea55b9a Merge pull request #21306 from hrydgard/server-list-update
Server list update, add virtual keyboard to PopupTextInputChoice
2026-02-26 17:47:33 +01: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 930a95f8f7 compat.ini: Add a few more game IDs for Silent Hill: Shattered Memories 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 8708295cc4 Add more servers 2026-02-26 17:17:42 +01:00
Henrik Rydgård 9cb4e45de3 Add two new relay adhoc servers to the list 2026-02-26 17:17:42 +01:00
Henrik Rydgård 58a7be7b0f Merge pull request #21305 from Kethen/adhoc_fixes
add missing null check during actOnDeathPacket
2026-02-26 13:38:48 +01:00
Katharine Chui f218138f2e add missing null check during actOnDeathPacket
It is not impossible for deadkid to not be tracked, so we have to
null check that
2026-02-26 13:18:03 +01:00
Henrik Rydgård 6bddb90db7 Merge pull request #21304 from hrydgard/more-ui-fixes
UI fixes, add GPU "overclock" for Outrun
2026-02-26 11:47:05 +01:00
Henrik Rydgård 68a59e42cd Fix a few bugs in app-android.cpp 2026-02-26 10:44:21 +01:00
Henrik Rydgård bae1a7c7f9 Add "FastEmulatedGPU" compat flag. For games like Outrun that have intermittent slowdowns on hardware, it's unnecessary under emulation. 2026-02-26 10:44:16 +01:00
Henrik Rydgård a03e112a80 Android: Avoid a few string copies 2026-02-26 10:37:12 +01:00
Henrik Rydgård e5a226a309 Correct bugs in CSO reader 2026-02-26 10:37:12 +01:00
Henrik Rydgård afb005e738 Add a sanity check in VPL 2026-02-26 10:37:12 +01:00
Henrik Rydgård 749e3a02cb Jit: Add missing instruction address check from ARM jits 2026-02-26 10:37:12 +01:00
Henrik Rydgård c953814fe0 ScrollView: Make it easier to press-and-hold buttons without cancelling 2026-02-26 10:37:12 +01:00
Henrik Rydgård 34cafba6ad Merge pull request #21303 from hrydgard/mini-video-player
Show ICON1.PMF videos on game info screen
2026-02-26 10:03:13 +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 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 c3ddc694e0 Merge pull request #21301 from hrydgard/assorted-fixes
Add support for installing plugins directly from ZIP files
2026-02-25 14:51:38 +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 00578fd47c Swedish translation updates 2026-02-25 14:28:57 +01:00
Henrik Rydgård b5a50f4f86 Merge pull request #21300 from bearoso/fix_fullscreen_issues
Fix fullscreen bugs in SDL port.
2026-02-25 09:31:33 +01:00
BearOso 0871d53d68 Prevent starvation of window state updates with Vulkan. 2026-02-24 22:18:07 -06:00
BearOso acbb715413 Fix fullscreen bugs in SDL port.
* It needs to check for both SDL_WINDOW_FULLSCREEN *and* SDL_WINDOW_FULLSCREEN_DESKTOP
  when looking at the SDL window flags.
* Display size wasn't used when starting with fullscreen enabled in the config file.

This resolves the problems with fullscreening and sdl2-compat.
2026-02-24 21:15:33 -06:00
Henrik Rydgård 253eddc593 Merge pull request #21299 from hrydgard/assorted-fixes
Code cleanup and minor UI fixes
2026-02-25 02:03:03 +01:00
Henrik Rydgård 1e57d8110f Minor blockcache improvement 2026-02-25 00:52:25 +01:00
Henrik Rydgård a22b01089b Bump gradle yet again 2026-02-25 00:52:25 +01:00
Henrik Rydgård b7ad74d309 MetaFileSystem: Turn another argument into string_view 2026-02-25 00:52:25 +01:00