summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renderer_vulkan: minimize transform feedback support logGravatar Liam2023-11-011-1/+5
|
* Merge pull request #11942 from t895/log-versionGravatar liamwhite2023-11-017-40/+68
|\ | | | | android: Adjust log lifecycle
| * android: Adjust log lifecycleGravatar Charles Lombardo2023-11-014-10/+30
| | | | | | | | 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.
| * android: Use yuzu logging systemGravatar Charles Lombardo2023-11-014-31/+39
| | | | | | | | Now anything that's logged in the frontend will be printed into the log file
* | android: Default to player number 0 if we get an input from an unrecognized ↵Gravatar Charles Lombardo2023-11-011-1/+1
| | | | | | | | controller
* | android: Adjust driver manager source stringGravatar Charles Lombardo2023-11-011-1/+1
| |
* | android: Reorganize settings tabGravatar Charles Lombardo2023-11-011-33/+33
|/
* android: Auto-generate locale configGravatar Charles Lombardo2023-10-314-18/+5
|
* android: Update translations from transifexGravatar Charles Lombardo2023-10-3119-687/+3425
|
* Merge pull request #11931 from t895/applet-launcherGravatar liamwhite2023-10-3125-18/+717
|\ | | | | android: Applet launcher UI
| * android: Initialize filesystem components during application startGravatar Charles Lombardo2023-10-312-9/+14
| |
| * android: Implement applet launcherGravatar Charles Lombardo2023-10-3124-9/+703
| |
* | Merge pull request #11929 from dima-xd/swkbd-appletGravatar liamwhite2023-10-312-2/+80
|\ \ | | | | | | service: am: Add support for LLE Software Keyboard Applet
| * | service: am: Add support for LLE Software Keyboard AppletGravatar Dzmitry Dubrova2023-10-312-2/+80
| |/
* | Merge pull request #11925 from t895/controller-fixGravatar liamwhite2023-10-313-87/+54
|\ \ | | | | | | android: Fix controllers stuck on player 2
| * | android: Reorder controller indexes and only use controllersGravatar Charles Lombardo2023-10-302-6/+50
| | | | | | | | | | | | 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.
| * | android: InputHandler: Convert to objectGravatar Charles Lombardo2023-10-302-6/+4
| | | | | | | | | | | | This doesn't need to be an instance of a class because it doesn't hold any data. It's just all helper functions.
| * | android: Removed unused ControllerMappingHelperGravatar Charles Lombardo2023-10-302-75/+0
| | |
* | | Merge pull request #11892 from german77/pkm_screenshotGravatar liamwhite2023-10-316-17/+82
|\ \ \ | |_|/ |/| | service: am: Implement ISelfController::SaveCurrentScreenshot
| * | service: am: Implement ISelfController::SaveCurrentScreenshotGravatar Narr the Reg2023-10-266-17/+82
| | |
* | | Merge pull request #11922 from t895/simplify-card-layoutGravatar liamwhite2023-10-301-27/+18
|\ \ \ | | | | | | | | android: Simplify game card layout
| * | | android: Simplify game card layoutGravatar Charles Lombardo2023-10-301-27/+18
| | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #11903 from Macj0rdan/scrollable-volume-buttonGravatar liamwhite2023-10-302-2/+53
|\ \ \ \ | | | | | | | | | | Implemented wheel event for volume control in VolumeButton
| * | | | Implemented wheel event for volume control in VolumeButtonGravatar FrozenAra2023-10-292-2/+53
| | |/ / | |/| |
* | | | android: FileUtil: Add option to suppress log for native exists() callsGravatar Charles Lombardo2023-10-302-3/+5
| | | | | | | | | | | | | | | | 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.
* | | | android: Fix resolving android URIs in native codeGravatar Charles Lombardo2023-10-307-9/+115
| | | |
* | | | android: Refactor game metadata collection to new fileGravatar Charles Lombardo2023-10-3010-102/+154
| | | | | | | | | | | | | | | | This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct
* | | | android: Use header for EmulationSessionGravatar Charles Lombardo2023-10-303-406/+392
| |/ / |/| |
* | | Merge pull request #11920 from Termynat0r/masterGravatar liamwhite2023-10-301-3/+3
|\ \ \ | | | | | | | | Fix macOS build
| * | | Fix macOS buildGravatar Termynat0r2023-10-301-3/+3
| | |/ | |/| | | | Added missing preprocessor macros for macOS analog to linux and freebsd
* | | Merge pull request #11916 from t895/focus-fixGravatar liamwhite2023-10-301-0/+28
|\ \ \ | | | | | | | | android: Release touch on input overlay when opening in-game menu
| * | | android: Release touch on input overlay when opening in-game menuGravatar Charles Lombardo2023-10-291-0/+28
| | | |
* | | | Merge pull request #11915 from t895/startup-freezeGravatar liamwhite2023-10-301-16/+23
|\ \ \ \ | | | | | | | | | | android: Move game deserialization to another thread
| * | | | android: Move game deserialization to another threadGravatar Charles Lombardo2023-10-291-16/+23
| | | | | | | | | | | | | | | | | | | | Deserializing games from the cache in shared preferences was done on the main thread and could cause a stutter on startup.
* | | | | Merge pull request #11910 from liamwhite/surface-lost-on-creationGravatar liamwhite2023-10-301-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | renderer_vulkan: ensure exception on surface loss
| * | | | renderer_vulkan: ensure exception on surface lossGravatar Liam2023-10-291-0/+6
| |/ / /
* | | | Merge pull request #11689 from liamwhite/breakpadGravatar liamwhite2023-10-2912-265/+101
|\ \ \ \ | |_|/ / |/| | | qt: implement automatic crash dump support
| * | | qt: implement automatic crash dump supportGravatar Liam2023-10-0812-265/+101
| | | |
* | | | Merge pull request #11911 from german77/leak_eventGravatar liamwhite2023-10-296-5/+26
|\ \ \ \ | | | | | | | | | | core: Close all KEvents
| * | | | core: Close all KEventsGravatar german772023-10-296-5/+26
| | |_|/ | |/| |
* | | | Merge pull request #11909 from t895/card-gridGravatar liamwhite2023-10-292-3/+5
|\ \ \ \ | | | | | | | | | | android: Break home settings into grid with large screens
| * | | | android: Break home settings into grid with large screensGravatar Charles Lombardo2023-10-292-3/+5
| | |_|/ | |/| |
* | | | Merge pull request #11904 from ameerj/gl_threaded_opts_onGravatar liamwhite2023-10-291-0/+1
|\ \ \ \ | | | | | | | | | | nvidia_flags: Enable GL Threaded optimizations
| * | | | nvidia_flags: Enable GL Threaded optimizationsGravatar Ameer J2023-10-281-0/+1
| | |/ / | |/| |
* | | | Merge pull request #11893 from liamwhite/swizzleGravatar liamwhite2023-10-291-1/+1
|\ \ \ \ | |_|/ / |/| | | renderer_vulkan: fix viewport swizzle dirty state tracking
| * | | renderer_vulkan: fix viewport swizzle dirty state trackingGravatar Liam2023-10-271-1/+1
| |/ /
* | | Merge pull request #11866 from liamwhite/more-qt-nonsenseGravatar liamwhite2023-10-294-61/+112
|\ \ \ | | | | | | | | qt: fix game list shutdown crash
| * | | qt: fix game list shutdown crashGravatar Liam2023-10-234-61/+112
| | | |
* | | | Merge pull request #11862 from liamwhite/pascal-robustGravatar liamwhite2023-10-291-1/+1
|\ \ \ \ | | | | | | | | | | Manually robust on Pascal and earlier
| * | | | Manually robust on Pascal and earlierGravatar Liam2023-10-231-1/+1
| | | | |