- 04 Nov, 2023 3 commits
-
-
liamwhite authored
qt: remove duplicate exit confirmation setting
-
Charles Lombardo authored
android: Log more system information
-
liamwhite authored
arm: NativeClock: Special handling for bad system counter clock frequ…
-
- 03 Nov, 2023 11 commits
-
-
Charles Lombardo authored
On some devices, checking the system counter clock frequency will return 0. Substitute in the correct values to prevent issues.
-
Charles Lombardo authored
Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory
-
Charles Lombardo authored
We weren't rounding up the value at a unit before (GB, MB, etc) we were rounding up the total bytes and that would do nothing. This fixes that, and the check for total system memory during first emulation start where we tried to check the required system memory against 1 gigabyte.
-
liamwhite authored
android: Update surface parameters on emulation start
-
Charles Lombardo authored
This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting.
-
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 9 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
-
Liam 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.
-