- 27 Sep, 2023 3 commits
-
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
- 26 Sep, 2023 7 commits
-
-
Charles Lombardo authored
android: Content install lowercase fix
-
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.
-
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 6 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
-
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 12 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando S authored
emit_spirv: fix incorrect use of descriptor index in image atomics
-
Charles Lombardo authored
android: Use smaller read buffer size for exporting user data
-
- 22 Sep, 2023 2 commits
-
-
Charles Lombardo authored
The File.readBytes() extension attempts to load an entire file into a byte array. This would cause crashes when loading huge files into memory.
-
Charles Lombardo authored
android: Adjust valid user data check
-