Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: mii: Set arguments as const
|
|
externals/dynarmic: Update to 6.6.1
|
|
|
|
android: Don't show delete button for system driver
|
|
service: am: Focus state changed goes last
|
|
service: hid: Implement home, capture and sleep buttons
|
|
Move time services to new IPC and add debug printing
|
|
Simplify VkResult lookup
|
|
|
|
fix build for gcc 11
|
|
|
|
|
|
|
|
Save gamemode configuration and add per-game config
|
|
atomic_ops: Reduce code duplication with templates
|
|
Use the input process handle to get the correct application's memory
|
|
configure_graphics: Avoid crash when vsync_mode_combobox is empty
|
|
when renderer backend is Null)
|
|
|
|
|
|
android: Show system driver information
|
|
kernel: clear pinned waiter list on unpin
|
|
service: set: Implement more Qlaunch Settings
|
|
service: mii: Migrate service to new interface
|
|
|
|
|
|
|
|
android: Disable focus on loading card
|
|
Additionally de-emphasize the ripple that I can't disable
|
|
|
|
|
|
android: Multi-program app switching
|
|
|
|
|
|
|
|
Also fixes builds on unusual toolchains where:
- u32 is unsigned int
- u64 is unsigned long long
- uintptr_t is unsigned long
|
|
A few small fixes
|
|
There's a few other places where the result of GetAruidData is accessed without a null check,
but I couldn't find a code path that hits those.
|
|
|
|
Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted.
|