- 27 Sep, 2023 10 commits
-
-
Fernando S authored
renderer_vulkan: Implement MSAA image copies
-
Charles Lombardo authored
android: Various play store fixes
-
Charles Lombardo authored
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.
-
Charles Lombardo authored
Sometimes during onSaveInstanceState, the SetupFragment would crash the app in the background if we tried to store the state of a view.
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
android: Correctly reload settings file during reset
-
Charles Lombardo authored
android: Consolidate installers to one fragment
-
Charles Lombardo authored
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.
-
- 26 Sep, 2023 11 commits
-
-
Charles Lombardo authored
android: Content install lowercase fix
-
Charles Lombardo authored
-
Charles Lombardo authored
The dialog would previously dismiss immediately when it should stay alive until the task is cancelled completely.
-
Charles Lombardo authored
-
liamwhite authored
settings_setting: Read audio engine
-
Charles Lombardo authored
-
Charles Lombardo authored
The C++ side never made the filename lowercase when checking the extension. This just passes the pre-prepared extension to have it checked.
-
Charles Lombardo authored
This also allows save imports to happen without starting a game at first.
-
lat9nq authored
This was mysteriously missing, likely from when I ported Citra fixes semi-recently.
-
Charles Lombardo authored
android: Prevent nav bar shade from laying out across screen
-
Charles Lombardo authored
android: Navigation drawer lock mode fix
-
- 25 Sep, 2023 8 commits
-
-
Charles Lombardo authored
-
Charles Lombardo authored
Using the "bottom" attribute would break the navigation view and prevent things like rounded corners and lock modes from being applied properly.
-
Charles Lombardo authored
-
Charles Lombardo authored
android: Use measured size of view for input overlay bounds
-
GPUCode authored
-
GPUCode authored
-
liamwhite authored
Y.F.C: Rework the Query Cache.
-
Charles Lombardo authored
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.
-
- 24 Sep, 2023 10 commits
-
-
liamwhite authored
service: am: Add support for LLE Mii Edit Applet
-
liamwhite authored
vk_texture_cache: Limit srgb block to transcoding only
-
liamwhite authored
vulkan_device: Return true if either depth/stencil format supports blit
-
german77 authored
-
german77 authored
-
german77 authored
-
german77 authored
-
german77 authored
service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSaveDataFileSystemBySystemSaveDataId
-
german77 authored
-
german77 authored
-
- 23 Sep, 2023 1 commit
-
-
Fernando Sahmkow authored
-