Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-03 | android: Don't save settings on config destruction | t895 | |
Android doesn't have a proper way of destroying its config object so it's best to stick to the built-in methods to control saving config | |||
2024-01-03 | android: Update orientation on emulation fragment start | t895 | |
2024-01-03 | android: Expose all orientation locking options | t895 | |
2024-01-04 | android: add basic support for google game dashboard | Emma | |
2024-01-02 | android: Add internal option to disable compression for zip exports | t895 | |
Disables compression for user data and save exports | |||
2024-01-02 | Merge pull request #12551 from t895/dpad-save-fix | liamwhite | |
android: Fix dpad position saving | |||
2024-01-01 | android: Use case-insensitive check for addon directory | t895 | |
2024-01-01 | android: Fix dpad position saving | t895 | |
Was using the wrong key previously | |||
2023-12-30 | android: Expose touchscreen toggle | t895 | |
2023-12-30 | android: Don't apply material you below android 12 | t895 | |
Since you can manually change the config file now, users can force the material you theme under Android 12 and that will result in crashing on startup. This swaps to the default theme if that happens. | |||
2023-12-30 | android: Migrate in-game overlay settings to ini | t895 | |
2023-12-30 | frontend_common: config: Refactor WriteSetting to stricter types | t895 | |
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first. | |||
2023-12-30 | android: Migrate theme settings to ini | t895 | |
2023-12-30 | android: Update Kotlin version to 1.9.20 | t895 | |
2023-12-29 | android: Expose anisotropic filtering setting | t895 | |
2023-12-29 | android: Center switch setting title when no description is present | t895 | |
2023-12-29 | android: Pair fastmem toggle to CPU Debug toggle | t895 | |
Hides fastmem toggle when CPU Debugging is disabled | |||
2023-12-21 | android: Fix "No games found" text appearing on load | t895 | |
2023-12-17 | android: add oboe to audio configuration | Liam | |
2023-12-16 | Merge pull request #12335 from t895/per-game-settings | liamwhite | |
android: Game Properties | |||
2023-12-16 | Merge pull request #12237 from liamwhite/nce-sigtrap | liamwhite | |
nce: implement instruction emulation for misaligned memory accesses | |||
2023-12-12 | android: Rework InstallableProperty view with icon | t895 | |
2023-12-12 | android: Prevent editing non-savable settings in per-game settings | t895 | |
2023-12-12 | android: Pre-select custom config in game launch dialog | t895 | |
2023-12-12 | android: Use confirmation dialog when deleting shader cache | t895 | |
2023-12-12 | android: Always use custom settings when launched from intent | t895 | |
2023-12-12 | android: Adjust variable name format for native config | t895 | |
2023-12-12 | android: Add game dir entries to FilesystemProvider | t895 | |
Allows us to correctly parse update metadata | |||
2023-12-12 | android: Fix games list loading thread safety | t895 | |
Previously we relied on a stateflow for reloading state. Now we use an atomic boolean. | |||
2023-12-12 | android: Collect latest information for games list | t895 | |
2023-12-12 | android: Remove global save import/exporter UI | t895 | |
The original implementation exposed here was fundamentally broken where it would not export or import all of your saves depending on your user profile configuration | |||
2023-12-12 | android: Compare all properties between games in DiffCallback | t895 | |
2023-12-12 | android: Expose MemoryUtil size formatting function | t895 | |
2023-12-12 | android: Add JNI initialization information for Game class | t895 | |
Unused in this PR, but will be useful later | |||
2023-12-12 | android: Add per-game drivers | t895 | |
2023-12-12 | android: Add per-game settings | t895 | |
2023-12-12 | android: Add Game properties | t895 | |
This commit has the UI for viewing a game's properties on long-press and some links to useful tools like - Game info - Shortcut to settings (global in this commit) - Addon manager with installer - Save data manager - Option to clear all save data - Option to clear shader cache | |||
2023-12-12 | android: Refactor settings to expose more options | t895 | |
In AbstractSetting, this removes the category, androidDefault, and valueAsString properties as they are no longer needed and have replacements. isSwitchable, global, and getValueAsString are all exposed and give better options for working with global/per-game settings. | |||
2023-12-10 | nce: implement instruction emulation for misaligned memory accesses | Liam | |
2023-12-10 | core: Use single instance of profile manager | german77 | |
2023-12-08 | android: Listen for directory selection in viewmodel | t895 | |
Fixes broken game directory selection setup flow | |||
2023-12-01 | android: Don't reload filesystem on update install | t895 | |
2023-11-30 | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | liamwhite | |
Implement Native Code Execution (NCE) | |||
2023-11-29 | Merge pull request #12204 from t895/config-migration | liamwhite | |
android: Multi directory UI | |||
2023-11-27 | android: Save global settings in onStop | t895 | |
2023-11-27 | android: Multi directory UI | t895 | |
2023-11-25 | android: input: Flip abxy on backbone labs controllers | german77 | |
2023-11-25 | android: input: Flip abxy on redmagic controllers | german77 | |
2023-11-25 | Address more review comments | GPUCode | |
2023-11-25 | android: show current backend in fps overlay | Liam | |