| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | android: Prevent crash when trying to change pages in setup fragment | 2023-09-27 | 1 | -2/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes when we want to change the current setup page, the current view isn't available and we try to alter the current view. This adds a guard to prevent that issue. | |||||
| | * | | | | | | | | | | | android: Prevent setup fragment crash in background | 2023-09-27 | 1 | -2/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes during onSaveInstanceState, the SetupFragment would crash the app in the background if we tried to store the state of a view. | |||||
| | * | | | | | | | | | | | android: Don't update views if binding is null in onConfigurationChanged | 2023-09-27 | 1 | -0/+4 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | android: Don't wait for post to update input overlay visibility | 2023-09-27 | 1 | -9/+3 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | android: Close activity with toast if emulation has no game | 2023-09-27 | 2 | -4/+23 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #11616 from t895/save-error | 2023-09-27 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | android: Correctly reload settings file during reset | |||||
| | * | | | | | | | | | | | android: Correctly reload settings file during reset | 2023-09-27 | 1 | -1/+2 | ||
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the config file wasn't being recreated when resetting all settings. Now just call into native code to recreate the settings file and reload all defaults. | |||||
| * | | | | | | | | | | | Merge pull request #11603 from t895/consolidate-installs | 2023-09-27 | 33 | -421/+616 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | android: Consolidate installers to one fragment | |||||
| | * | | | | | | | | | | android: Adjust failure dialogs for user data and firmware installers | 2023-09-26 | 2 | -3/+13 | ||
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | android: Fix cancel behavior on indeterminate progress dialog fragment | 2023-09-26 | 1 | -4/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dialog would previously dismiss immediately when it should stay alive until the task is cancelled completely. | |||||
| | * | | | | | | | | | | android: Refactor zip code into FileUtil | 2023-09-26 | 4 | -91/+89 | ||
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | android: Consolidate installers to one fragment | 2023-09-25 | 30 | -339/+516 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also allows save imports to happen without starting a game at first. | |||||
| * | | | | | | | | | | Merge pull request #11602 from t895/case-fix | 2023-09-26 | 4 | -8/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | android: Content install lowercase fix | |||||
| | * | | | | | | | | | | android: Use a different string for the content install dialog | 2023-09-26 | 2 | -1/+2 | ||
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | android: Fix case bug for installing game content | 2023-09-26 | 3 | -7/+19 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The C++ side never made the filename lowercase when checking the extension. This just passes the pre-prepared extension to have it checked. | |||||
| * | | | | | | | | | | | settings_setting: Read audio engine | 2023-09-25 | 1 | -0/+2 | ||
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was mysteriously missing, likely from when I ported Citra fixes semi-recently. | |||||
| * | | | | | | | | | | Merge pull request #11594 from t895/rotation-fix | 2023-09-25 | 2 | -5/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | android: Prevent nav bar shade from laying out across screen | |||||
| | * | | | | | | | | | | android: Prevent nav bar shade from laying out across screen | 2023-09-25 | 2 | -5/+7 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | android: Prevent click ripple from appearing on loading card | 2023-09-25 | 1 | -1/+2 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | android: Remove bottom attribute from navigation view | 2023-09-25 | 1 | -1/+1 | ||
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the "bottom" attribute would break the navigation view and prevent things like rounded corners and lock modes from being applied properly. | |||||
| * | | | | | | | | | Merge pull request #11583 from t895/overlay-fix-2 | 2023-09-25 | 1 | -6/+9 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | android: Use measured size of view for input overlay bounds | |||||
| | * | | | | | | | | android: Use measured size of view for input overlay bounds | 2023-09-24 | 1 | -6/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even after updating the androidx window library, this did not fix the issue for all devices. This ensures that the measured size of the overlay will be used instead of a potentially larger one seen by androidx. | |||||
| * | | | | | | | | | Merge pull request #11225 from FernandoS27/no-laxatives-in-santas-cookies | 2023-09-25 | 45 | -366/+3553 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Y.F.C: Rework the Query Cache. | |||||
| | * | | | | | | | | | Query Cache: Fix Prefix Sums | 2023-09-23 | 5 | -132/+175 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Query Cache: Fix behavior in Normal Accuracy | 2023-09-23 | 2 | -0/+23 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Query Cache: Simplify Prefix Sum compute shader | 2023-09-23 | 6 | -74/+253 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Query Cache: Implement host side sample counting. | 2023-09-23 | 5 | -48/+348 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Query Cache: Fix guest side sample counting | 2023-09-23 | 5 | -46/+97 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Query Cache: address issues | 2023-09-23 | 21 | -214/+270 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | QueryCache: Implement dependant queries. | 2023-09-23 | 4 | -5/+180 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Macro HLE: Add DrawIndirectByteCount | 2023-09-23 | 4 | -5/+40 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Query Cachge: Fully rework Vulkan's query cache | 2023-09-23 | 35 | -337/+1555 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Query Cache: Setup Base rework | 2023-09-23 | 7 | -0/+1107 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #11569 from german77/lle_applet | 2023-09-24 | 11 | -33/+360 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | service: am: Add support for LLE Mii Edit Applet | |||||
| | * | | | | | | | | | service: mii: Limit checks to string size | 2023-09-23 | 1 | -1/+1 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | service: hid: Set last connected controller as active | 2023-09-23 | 1 | -0/+1 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | service: am: Stub to exit applet cleanly | 2023-09-23 | 2 | -3/+31 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | service: am: Implement stuff needed for Mii Edit | 2023-09-23 | 3 | -22/+238 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and ↵ | 2023-09-23 | 2 | -2/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSaveDataFileSystemBySystemSaveDataId | |||||
| | * | | | | | | | | | service: ns: Implement GetSharedFontInOrderOfPriorityForSystem | 2023-09-23 | 1 | -4/+13 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | yuzu: Add button to boot mii edit from firmware | 2023-09-23 | 3 | -1/+52 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11562 from GPUCode/srgb-madness | 2023-09-24 | 1 | -15/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | vk_texture_cache: Limit srgb block to transcoding only | |||||
| | * | | | | | | | | | | vk_texture_cache: Limit srgb block to transcoding only | 2023-09-21 | 1 | -15/+5 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11165 from Morph1984/ds_blit | 2023-09-24 | 3 | -29/+47 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | vulkan_device: Return true if either depth/stencil format supports blit | |||||
| | * | | | | | | | | | vulkan_device: Test depth stencil blit support by format | 2023-07-31 | 3 | -29/+47 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | vulkan_device: Return true if either depth/stencil format supports blit | 2023-07-26 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit | |||||
| * | | | | | | | | | | Merge pull request #11567 from liamwhite/fixing-my-error | 2023-09-23 | 2 | -13/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | emit_spirv: fix incorrect use of descriptor index in image atomics | |||||
| | * | | | | | | | | | emit_spirv: fix incorrect use of descriptor index in image atomics | 2023-09-22 | 2 | -13/+9 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | android: Use smaller read buffer size for exporting user data | 2023-09-22 | 1 | -1/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The File.readBytes() extension attempts to load an entire file into a byte array. This would cause crashes when loading huge files into memory. | |||||
| * | | | | | | | | | | android: Adjust valid user data check | 2023-09-22 | 1 | -1/+2 | ||
| | | | | | | | | | | | ||||||