- 01 Nov, 2023 1 commit
-
-
Ameer J authored
Co-Authored-By: Billy Laws <blaws05@gmail.com>
-
- 31 Oct, 2023 8 commits
-
-
liamwhite authored
android: Applet launcher UI
-
liamwhite authored
service: am: Add support for LLE Software Keyboard Applet
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Dzmitry Dubrova authored
-
liamwhite authored
android: Fix controllers stuck on player 2
-
liamwhite authored
service: am: Implement ISelfController::SaveCurrentScreenshot
-
Charles Lombardo authored
Before we could ignore controller inputs by forwarding them to player two if a non-controller was connected before and recognized as an input device.
-
- 30 Oct, 2023 19 commits
-
-
liamwhite authored
android: Simplify game card layout
-
liamwhite authored
Implemented wheel event for volume control in VolumeButton
-
liamwhite authored
Update external dependencies
-
Charles Lombardo authored
Using a material card view to shape the image was just a waste of a layout pass. A shapeable image view does what we want and does it faster.
-
liamwhite authored
android: Fix URI parsing in native code
-
Charles Lombardo authored
We often check for the existence of files that only exist in ExeFS so this can spam logcat with useless messages when scanning for games.
-
Charles Lombardo authored
-
Charles Lombardo authored
This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct
-
Charles Lombardo authored
-
liamwhite authored
Fix macOS build
-
liamwhite authored
android: Release touch on input overlay when opening in-game menu
-
liamwhite authored
android: Move game deserialization to another thread
-
liamwhite authored
renderer_vulkan: ensure exception on surface loss
-
Termynat0r authored
Added missing preprocessor macros for macOS analog to linux and freebsd
-
Charles Lombardo authored
This doesn't need to be an instance of a class because it doesn't hold any data. It's just all helper functions.
-
Charles Lombardo authored
-
liamwhite authored
qt: implement automatic crash dump support
-
Charles Lombardo authored
-
Charles Lombardo authored
Deserializing games from the cache in shared preferences was done on the main thread and could cause a stutter on startup.
-
- 29 Oct, 2023 12 commits
-
-
liamwhite authored
core: Close all KEvents
-
liamwhite authored
android: Break home settings into grid with large screens
-
liamwhite authored
nvidia_flags: Enable GL Threaded optimizations
-
liamwhite authored
Adding StartupWmClass for .desktop file
-
liamwhite authored
renderer_vulkan: fix viewport swizzle dirty state tracking
-
german77 authored
-
Liam authored
-
FrozenAra authored
-
Charles Lombardo authored
-
liamwhite authored
qt: fix game list shutdown crash
-
liamwhite authored
Manually robust on Pascal and earlier
-
liamwhite authored
Add missing loop around compute FindBuffer calls
-