- 05 Nov, 2023 1 commit
-
-
german77 authored
-
- 03 Nov, 2023 6 commits
-
-
liamwhite authored
service: hid: Ensure GetNextEntryIndex can't fail
-
liamwhite authored
core: hid: Fix wrong battery values
-
liamwhite authored
renderer_vulkan: minimize transform feedback support log
-
liamwhite authored
romfs: fix extraction of single-directory root
-
german77 authored
-
german77 authored
-
- 02 Nov, 2023 1 commit
-
-
Liam authored
-
- 01 Nov, 2023 16 commits
-
-
liamwhite authored
android: Adjust log lifecycle
-
Charles Lombardo authored
Now logging will start when the frontend starts like qt does. This also adjusts the share log button to follow where we share the current log if we just returned from a game or return the old log if we haven't started a game yet.
-
Charles Lombardo authored
Now anything that's logged in the frontend will be printed into the log file
-
liamwhite authored
android: Default to player number 0 if we get an input from an unreco…
-
Charles Lombardo authored
-
liamwhite authored
android: Reorganize settings tab
-
liamwhite authored
ci: android: Use signing key if available
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Liam authored
-
liamwhite authored
Update translations (2023-11-01)
-
Charles Lombardo authored
android: Update translations
-
Charles Lombardo authored
Lets gradle handle apk signing when available
-
The yuzu Community authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
- 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 8 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
-