| Age | Commit message (Collapse) | Author |
|
Corrects some visual issues in games such as Disney SpeedStorm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
k_page_table: skip page table clearing on finalization
|
|
qt: add additional romfs dump targets
|
|
|
|
|
|
|
|
service: am: Add support for LLE Cabinet Applet
|
|
|
|
|
|
|
|
Co-authored-by: Liam <byteslice@airmail.cc>
|
|
Co-authored-by: Liam <byteslice@airmail.cc>
|
|
|
|
|
|
|
|
|
|
|
|
core_timing: Replace queue with a fibonacci heap
|
|
Reduce core timing mutex contention
|
|
renderer_vulkan: fix query cache for homebrew
|
|
|
|
|
|
service: mii: Fix reported bugs
|
|
Vulkan: Implement Depth Bias Control
|
|
fsp-srv: add GetFileSystemAttribute
|
|
Frontend: Remove ability to install xci files
|
|
|
|
renderer_vulkan: Implement MSAA image copies
|
|
|
|
android: Various play store fixes
|
|
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.
|
|
Sometimes during onSaveInstanceState, the SetupFragment would crash the app in the background if we tried to store the state of a view.
|
|
|
|
|
|
|
|
android: Correctly reload settings file during reset
|
|
android: Consolidate installers to one fragment
|
|
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.
|
|
|
|
|
|
android: Content install lowercase fix
|
|
|
|
The dialog would previously dismiss immediately when it should stay alive until the task is cancelled completely.
|
|
|