summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-03android: Update surface parameters on emulation startCharles Lombardo
This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting.
2023-11-03Merge pull request #11948 from german77/hard_ringliamwhite
service: hid: Ensure GetNextEntryIndex can't fail
2023-11-03Merge pull request #11947 from german77/batteryliamwhite
core: hid: Fix wrong battery values
2023-11-03Merge pull request #11943 from liamwhite/silence-logspamliamwhite
renderer_vulkan: minimize transform feedback support log
2023-11-03Merge pull request #11936 from liamwhite/romfs-nonsenseliamwhite
romfs: fix extraction of single-directory root
2023-11-02service: hid: Ensure GetNextEntryIndex can't failgerman77
2023-11-02core: hid: Fix wrong battery valuesgerman77
2023-11-01renderer_vulkan: minimize transform feedback support logLiam
2023-11-01Merge pull request #11942 from t895/log-versionliamwhite
android: Adjust log lifecycle
2023-11-01android: Adjust log lifecycleCharles 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-01android: Use yuzu logging systemCharles Lombardo
Now anything that's logged in the frontend will be printed into the log file
2023-11-01Merge pull request #11940 from t895/controller-null-checkliamwhite
android: Default to player number 0 if we get an input from an unreco…
2023-11-01android: Default to player number 0 if we get an input from an unrecognized ↵Charles Lombardo
controller
2023-11-01Merge pull request #11937 from t895/reorganize-optionsliamwhite
android: Reorganize settings tab
2023-11-01Merge pull request #11933 from t895/android-ci-agonyliamwhite
ci: android: Use signing key if available
2023-11-01android: Adjust driver manager source stringCharles Lombardo
2023-11-01android: Reorganize settings tabCharles Lombardo
2023-10-31romfs: fix extraction of single-directory rootLiam
2023-10-31Merge pull request #11934 from zhaobot/tx-update-20231101020822liamwhite
Update translations (2023-11-01)
2023-10-31Merge pull request #11932 from t895/translations-updateCharles Lombardo
android: Update translations
2023-10-31ci: android: Use signing key if availableCharles Lombardo
Lets gradle handle apk signing when available
2023-11-01Update translations (2023-11-01)The yuzu Community
2023-10-31android: Auto-generate locale configCharles Lombardo
2023-10-31android: Update translations from transifexCharles Lombardo
2023-10-31Merge pull request #11931 from t895/applet-launcherliamwhite
android: Applet launcher UI
2023-10-31Merge pull request #11929 from dima-xd/swkbd-appletliamwhite
service: am: Add support for LLE Software Keyboard Applet
2023-10-31android: Initialize filesystem components during application startCharles Lombardo
2023-10-31android: Implement applet launcherCharles Lombardo
2023-10-31service: am: Add support for LLE Software Keyboard AppletDzmitry Dubrova
2023-10-31Merge pull request #11925 from t895/controller-fixliamwhite
android: Fix controllers stuck on player 2
2023-10-31Merge pull request #11892 from german77/pkm_screenshotliamwhite
service: am: Implement ISelfController::SaveCurrentScreenshot
2023-10-30android: Reorder controller indexes and only use controllersCharles 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-30Merge pull request #11922 from t895/simplify-card-layoutliamwhite
android: Simplify game card layout
2023-10-30Merge pull request #11903 from Macj0rdan/scrollable-volume-buttonliamwhite
Implemented wheel event for volume control in VolumeButton
2023-10-30Merge pull request #11728 from liushuyu/update-depsliamwhite
Update external dependencies
2023-10-30android: Simplify game card layoutCharles Lombardo
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.
2023-10-30Merge pull request #11908 from t895/log-spamliamwhite
android: Fix URI parsing in native code
2023-10-30android: FileUtil: Add option to suppress log for native exists() callsCharles Lombardo
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.
2023-10-30android: Fix resolving android URIs in native codeCharles Lombardo
2023-10-30android: Refactor game metadata collection to new fileCharles Lombardo
This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct
2023-10-30android: Use header for EmulationSessionCharles Lombardo
2023-10-30Merge pull request #11920 from Termynat0r/masterliamwhite
Fix macOS build
2023-10-30Merge pull request #11916 from t895/focus-fixliamwhite
android: Release touch on input overlay when opening in-game menu
2023-10-30Merge pull request #11915 from t895/startup-freezeliamwhite
android: Move game deserialization to another thread
2023-10-30Merge pull request #11910 from liamwhite/surface-lost-on-creationliamwhite
renderer_vulkan: ensure exception on surface loss
2023-10-30Fix macOS buildTermynat0r
Added missing preprocessor macros for macOS analog to linux and freebsd
2023-10-30android: InputHandler: Convert to objectCharles Lombardo
This doesn't need to be an instance of a class because it doesn't hold any data. It's just all helper functions.
2023-10-30android: Removed unused ControllerMappingHelperCharles Lombardo
2023-10-29Merge pull request #11689 from liamwhite/breakpadliamwhite
qt: implement automatic crash dump support
2023-10-29android: Release touch on input overlay when opening in-game menuCharles Lombardo