Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | yuzu: Save mute when in background setting | Narr the Reg | |
2023-11-04 | Merge pull request #11952 from liamwhite/opus_stereo_count | liamwhite | |
opus: Allow 0 stereo count | |||
2023-11-04 | Merge pull request #11960 from german77/silence | liamwhite | |
service: hid: Silence EnableUnintendedHomeButtonInputProtection | |||
2023-11-04 | Merge pull request #11959 from t895/firmware-reload-fix | liamwhite | |
android: Don't reload log/system after loading firmware/backup | |||
2023-11-04 | Merge pull request #11881 from liamwhite/sockets-safe-access | liamwhite | |
sockets: use safe access helpers | |||
2023-11-04 | Merge pull request #11885 from liamwhite/stop-nagging-me | liamwhite | |
qt: remove duplicate exit confirmation setting | |||
2023-11-03 | service: hid: Silence EnableUnintendedHomeButtonInputProtection | german77 | |
2023-11-03 | android: Don't reload log/system after loading firmware/backup | Charles Lombardo | |
2023-11-03 | Merge pull request #11954 from t895/log-hardware | Charles Lombardo | |
android: Log more system information | |||
2023-11-03 | Merge pull request #11955 from t895/cntfrq-fix | liamwhite | |
arm: NativeClock: Special handling for bad system counter clock frequ… | |||
2023-11-03 | arm: NativeClock: Special handling for bad system counter clock frequency ↵ | Charles Lombardo | |
reporting On some devices, checking the system counter clock frequency will return 0. Substitute in the correct values to prevent issues. | |||
2023-11-03 | android: Log more system information during startup | Charles Lombardo | |
Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory | |||
2023-11-03 | android: Fix fetching system memory size from MemoryUtil | Charles Lombardo | |
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. | |||
2023-11-03 | Merge pull request #11953 from t895/surface-tweak | liamwhite | |
android: Update surface parameters on emulation start | |||
2023-11-03 | android: Update surface parameters on emulation start | Charles Lombardo | |
This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting. | |||
2023-11-03 | Allow 0 stereo count | Kelebek1 | |
2023-11-03 | Merge pull request #11948 from german77/hard_ring | liamwhite | |
service: hid: Ensure GetNextEntryIndex can't fail | |||
2023-11-03 | Merge pull request #11947 from german77/battery | liamwhite | |
core: hid: Fix wrong battery values | |||
2023-11-03 | Merge pull request #11943 from liamwhite/silence-logspam | liamwhite | |
renderer_vulkan: minimize transform feedback support log | |||
2023-11-03 | Merge pull request #11936 from liamwhite/romfs-nonsense | liamwhite | |
romfs: fix extraction of single-directory root | |||
2023-11-02 | service: hid: Ensure GetNextEntryIndex can't fail | german77 | |
2023-11-02 | core: hid: Fix wrong battery values | german77 | |
2023-11-01 | renderer_vulkan: minimize transform feedback support log | Liam | |
2023-11-01 | Merge pull request #11942 from t895/log-version | liamwhite | |
android: Adjust log lifecycle | |||
2023-11-01 | android: Adjust log lifecycle | Charles Lombardo | |
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. | |||
2023-11-01 | android: Use yuzu logging system | Charles Lombardo | |
Now anything that's logged in the frontend will be printed into the log file | |||
2023-11-01 | Merge pull request #11940 from t895/controller-null-check | liamwhite | |
android: Default to player number 0 if we get an input from an unreco… | |||
2023-11-01 | android: Default to player number 0 if we get an input from an unrecognized ↵ | Charles Lombardo | |
controller | |||
2023-11-01 | Merge pull request #11937 from t895/reorganize-options | liamwhite | |
android: Reorganize settings tab | |||
2023-11-01 | Merge pull request #11933 from t895/android-ci-agony | liamwhite | |
ci: android: Use signing key if available | |||
2023-11-01 | android: Adjust driver manager source string | Charles Lombardo | |
2023-11-01 | android: Reorganize settings tab | Charles Lombardo | |
2023-10-31 | romfs: fix extraction of single-directory root | Liam | |
2023-10-31 | Merge pull request #11934 from zhaobot/tx-update-20231101020822 | liamwhite | |
Update translations (2023-11-01) | |||
2023-10-31 | Merge pull request #11932 from t895/translations-update | Charles Lombardo | |
android: Update translations | |||
2023-10-31 | ci: android: Use signing key if available | Charles Lombardo | |
Lets gradle handle apk signing when available | |||
2023-11-01 | Update translations (2023-11-01) | The yuzu Community | |
2023-10-31 | android: Auto-generate locale config | Charles Lombardo | |
2023-10-31 | android: Update translations from transifex | Charles Lombardo | |
2023-10-31 | Merge pull request #11931 from t895/applet-launcher | liamwhite | |
android: Applet launcher UI | |||
2023-10-31 | Merge pull request #11929 from dima-xd/swkbd-applet | liamwhite | |
service: am: Add support for LLE Software Keyboard Applet | |||
2023-10-31 | android: Initialize filesystem components during application start | Charles Lombardo | |
2023-10-31 | android: Implement applet launcher | Charles Lombardo | |
2023-10-31 | service: am: Add support for LLE Software Keyboard Applet | Dzmitry Dubrova | |
2023-10-31 | qt: remove duplicate exit confirmation setting | Liam | |
2023-10-31 | Merge pull request #11925 from t895/controller-fix | liamwhite | |
android: Fix controllers stuck on player 2 | |||
2023-10-31 | Merge pull request #11892 from german77/pkm_screenshot | liamwhite | |
service: am: Implement ISelfController::SaveCurrentScreenshot | |||
2023-10-30 | android: Reorder controller indexes and only use controllers | Charles Lombardo | |
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. | |||
2023-10-30 | Merge pull request #11922 from t895/simplify-card-layout | liamwhite | |
android: Simplify game card layout | |||
2023-10-30 | Merge pull request #11903 from Macj0rdan/scrollable-volume-button | liamwhite | |
Implemented wheel event for volume control in VolumeButton |