summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-03android: Move theme options out of advanced settingsCharles Lombardo
2023-06-03android: Check if cached games are validCharles Lombardo
Fixes bug when you close yuzu, delete games, and reopen to an instant crash.
2023-06-03android: Invert rotation to match phone orientationgerman77
2023-06-03android: vulkan_device: Skip BGR565 emulation on S8gen2.bunnei
2023-06-03android: config: Use default anisotropic filtering.bunnei
2023-06-03android: Remove top padding from in game menu itemsCharles Lombardo
2023-06-03android: Use different icons for mainline/eaCharles Lombardo
2023-06-03android: Add early access upgrade fragmentCharles Lombardo
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
2023-06-03android: vulkan_device: Only compile OverrideBcnFormats when used.bunnei
2023-06-03android: remove spurious warnings about BCn formats when patched with ↵Liam
adrenotools
2023-06-03android: video_core: Disable some problematic things on GPU Normal.bunnei
2023-06-03android: settings: Use mailbox vsync by default.bunnei
2023-06-03android: video_core: Disable problematic compute shaders.bunnei
- Fixes #104.
2023-06-03android: Update progard to fix settings crashCharles Lombardo
R8 full mode was removing important classes from Wini that would cause a crash on saving settings. This keeps the relevant classes and suppresses warnings about irrelevant ones.
2023-06-03android: vulkan: Recreate surface after suspension & adapt to async. ↵bunnei
presentation.
2023-06-03android: Game data cacheCharles Lombardo
2023-06-03android: Update to Kotlin 1.8.21Charles Lombardo
2023-06-03android: Disable jetifierCharles Lombardo
We no longer depend on any legacy libraries that required this flag
2023-06-03android: Update dependenciesCharles Lombardo
2023-06-03android: Migrate to AGP 8.0.1Charles Lombardo
2023-06-03android: Enable non-transitive R classesCharles Lombardo
New default going forward for new android projects. Best to follow the new standard.
2023-06-03android: config: Enable asynchronous presentation by default on Android.bunnei
2023-06-03video_core: Enable support_descriptor_aliasing on Turnip, disable storage ↵bunnei
atomic otherwise.
2023-06-03android: fix deadzone calculationgerman77
2023-06-03android: Fix background color when starting emulationCharles Lombardo
2023-06-03android: Persistent scrollbars on home settings fragmentCharles Lombardo
2023-06-03android: Use short build hashCharles Lombardo
2023-06-03android: Use navigation bar shade viewCharles Lombardo
2023-06-03android: About fragmentCharles Lombardo
2023-06-03android: Use x-axis animation for navigation railCharles Lombardo
2023-06-03android: Sort games alphabetically by defaultCharles Lombardo
2023-06-03android: New icons for navigation barCharles Lombardo
2023-06-03android: New icons for home settings fragmentCharles Lombardo
2023-06-03android: Add navigation railCharles Lombardo
2023-06-03android: Search FragmentCharles Lombardo
2023-06-03android: Fix potential zip traversal exploitCharles Lombardo
2023-06-03android: Add dedicated show overlay checkboxgerman77
2023-06-03android: Add user directory shortcutCharles Lombardo
2023-06-03android: Fix inline keyboard inputgerman77
2023-06-03android: Fix grammatical mistake in video core error messageCharles Lombardo
2023-06-03android: Adjust wording on GPU driver install buttonCharles Lombardo
2023-06-03android: Add deadzone to stick inputNarr the Reg
2023-06-03android: Move motion listener to emulation activitygerman77
2023-06-03core: hid: Finish linking motion from virtual controllersNarr the Reg
2023-06-03android: Change wording for "Add Games" button (#100)Charles Lombardo
Co-authored-by: bunnei <bunneidev@gmail.com>
2023-06-03android: Scroll shortcut for games listCharles Lombardo
If you reselect the "Games" menu item in the bottom navigation menu, the list smoothly scrolls to the top.
2023-06-03android: Setup screen hotfixCharles Lombardo
Added help button link for add games warning and a check for whether a task was completed on a given screen.
2023-06-03android: Swap Default and Install buttons for GPU driver installation dialogCharles Lombardo
2023-06-03android: Add warnings to setup screensCharles Lombardo
2023-06-03android: Allow search bar to scroll offscreenCharles Lombardo