- 01 Nov, 2023 7 commits
-
-
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
Update translations (2023-11-01)
-
Charles Lombardo authored
android: Update translations
-
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 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 6 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
-