| Age | Commit message (Collapse) | Author |
|
android: Show version name instead of build hash in about fragment
|
|
|
|
|
|
|
|
service: hid: Create abstracted pad structure
|
|
|
|
While this didn't break anything, the extra separator was unnecessary
|
|
|
|
|
|
Applies settings upon selection and uses a new Driver model to represent the information in-view. Also switches from an async diff list to a plain one.
|
|
|
|
|
|
|
|
Simplifies basic setup for lists
|
|
|
|
Eliminates repeated code associated with every async differ list
|
|
android: add basic support for google game dashboard
|
|
android: Re-add global save manager
|
|
|
|
frontend_common: config: Only write setting related to opened config file
|
|
android: Expose more orientation options
|
|
Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string>
|
|
Could cause multiple global saves at once that went untracked previously
|
|
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
|
|
|
|
|
|
|
|
Disables compression for user data and save exports
|
|
android: Fix dpad position saving
|
|
|
|
Was using the wrong key previously
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Hides fastmem toggle when CPU Debugging is disabled
|
|
|
|
|
|
android: Game Properties
|
|
nce: implement instruction emulation for misaligned memory accesses
|
|
|
|
|
|
|
|
|
|
|
|
|