| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | renderer_vulkan: minimize transform feedback support log | 2023-11-01 | 1 | -1/+5 | |
| | | |||||
| * | Merge pull request #11942 from t895/log-version | 2023-11-01 | 7 | -40/+68 | |
| |\ | | | | | android: Adjust log lifecycle | ||||
| | * | android: Adjust log lifecycle | 2023-11-01 | 4 | -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 system | 2023-11-01 | 4 | -31/+39 | |
| | | | | | | | | | Now anything that's logged in the frontend will be printed into the log file | ||||
| * | | Merge pull request #11940 from t895/controller-null-check | 2023-11-01 | 1 | -1/+1 | |
| |\ \ | | | | | | | android: Default to player number 0 if we get an input from an unreco… | ||||
| | * | | android: Default to player number 0 if we get an input from an unrecognized ↵ | 2023-11-01 | 1 | -1/+1 | |
| |/ / | | | | | | | controller | ||||
| * | | Merge pull request #11937 from t895/reorganize-options | 2023-11-01 | 2 | -34/+34 | |
| |\ \ | | | | | | | android: Reorganize settings tab | ||||
| | * | | android: Adjust driver manager source string | 2023-11-01 | 1 | -1/+1 | |
| | | | | |||||
| | * | | android: Reorganize settings tab | 2023-11-01 | 1 | -33/+33 | |
| | |/ | |||||
| * | | Merge pull request #11933 from t895/android-ci-agony | 2023-11-01 | 2 | -12/+9 | |
| |\ \ | |/ |/| | ci: android: Use signing key if available | ||||
| | * | ci: android: Use signing key if available | 2023-10-31 | 2 | -12/+9 | |
| | | | | | | | | | Lets gradle handle apk signing when available | ||||
| * | | Merge pull request #11934 from zhaobot/tx-update-20231101020822 | 2023-10-31 | 26 | -10945/+13144 | |
| |\ \ | | | | | | | Update translations (2023-11-01) | ||||
| | * | | Update translations (2023-11-01) | 2023-11-01 | 26 | -10945/+13144 | |
| | |/ | |||||
| * | | Merge pull request #11932 from t895/translations-update | 2023-10-31 | 23 | -705/+3430 | |
| |\ \ | |/ |/| | android: Update translations | ||||
| | * | android: Auto-generate locale config | 2023-10-31 | 4 | -18/+5 | |
| | | | |||||
| | * | android: Update translations from transifex | 2023-10-31 | 19 | -687/+3425 | |
| |/ | |||||
| * | Merge pull request #11931 from t895/applet-launcher | 2023-10-31 | 25 | -18/+717 | |
| |\ | | | | | android: Applet launcher UI | ||||
| | * | android: Initialize filesystem components during application start | 2023-10-31 | 2 | -9/+14 | |
| | | | |||||
| | * | android: Implement applet launcher | 2023-10-31 | 24 | -9/+703 | |
| | | | |||||
| * | | Merge pull request #11929 from dima-xd/swkbd-applet | 2023-10-31 | 2 | -2/+80 | |
| |\ \ | | | | | | | service: am: Add support for LLE Software Keyboard Applet | ||||
| | * | | service: am: Add support for LLE Software Keyboard Applet | 2023-10-31 | 2 | -2/+80 | |
| | |/ | |||||
| * | | Merge pull request #11925 from t895/controller-fix | 2023-10-31 | 3 | -87/+54 | |
| |\ \ | | | | | | | android: Fix controllers stuck on player 2 | ||||
| | * | | android: Reorder controller indexes and only use controllers | 2023-10-30 | 2 | -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 object | 2023-10-30 | 2 | -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 ControllerMappingHelper | 2023-10-30 | 2 | -75/+0 | |
| | | | | |||||
| * | | | Merge pull request #11892 from german77/pkm_screenshot | 2023-10-31 | 6 | -17/+82 | |
| |\ \ \ | |_|/ |/| | | service: am: Implement ISelfController::SaveCurrentScreenshot | ||||
| | * | | service: am: Implement ISelfController::SaveCurrentScreenshot | 2023-10-26 | 6 | -17/+82 | |
| | | | | |||||
| * | | | Merge pull request #11922 from t895/simplify-card-layout | 2023-10-30 | 1 | -27/+18 | |
| |\ \ \ | | | | | | | | | android: Simplify game card layout | ||||
| | * | | | android: Simplify game card layout | 2023-10-30 | 1 | -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-button | 2023-10-30 | 2 | -2/+53 | |
| |\ \ \ \ | | | | | | | | | | | Implemented wheel event for volume control in VolumeButton | ||||
| | * | | | | Implemented wheel event for volume control in VolumeButton | 2023-10-29 | 2 | -2/+53 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #11728 from liushuyu/update-deps | 2023-10-30 | 15 | -267/+5 | |
| |\ \ \ \ | | | | | | | | | | | Update external dependencies | ||||
| | * | | | | externals/opus: use CMakeLists shipped with Opus itself | 2023-10-22 | 5 | -260/+5 | |
| | | | | | | |||||
| | * | | | | externals/libusb: remove the GUID override workaround ... | 2023-10-21 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | ... on Windows MSVC, it seems to have been fixed | ||||
| | * | | | | externals: update libusb to c060e9ce30ac2e3ffb49d94209c4dae77b6642f7 ... | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | ... this fixes an issue when compiling with newer MSVC | ||||
| | * | | | | externals: update VulkanMemoryAllocator to ↵ | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | 2f382df218d7e8516dee3b3caccb819a62b571a2 | ||||
| | * | | | | externals: update Vulkan-Headers to 1.3.265 | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | |||||
| | * | | | | externals: update ffmpeg to 9c1294eaddb88cb0e044c675ccae059a85fc9c6c | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | ... to fix build with binutils 2.41+ | ||||
| | * | | | | externals: update vcpkg to ef2eef17340f3fbd679327d286fad06dd6e838ed | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | |||||
| | * | | | | externals: update SDL to 2.28.4 | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | |||||
| | * | | | | externals: update cpp-jwt to 10ef5735d842b31025f1257ae78899f50a40fb14 | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | |||||
| | * | | | | externals: update cpp-httplib to 0.14.1 | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | |||||
| | * | | | | externals: update libusb to 1.0.26 | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | |||||
| | * | | | | externals: update inih to r57 | 2023-10-21 | 1 | -0/+0 | |
| | | | | | | |||||
| | * | | | | externals: update opus to 1.4 | 2023-10-21 | 2 | -9/+9 | |
| | | | | | | |||||
| * | | | | | Merge pull request #11908 from t895/log-spam | 2023-10-30 | 17 | -516/+662 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | android: Fix URI parsing in native code | ||||
| | * | | | | android: FileUtil: Add option to suppress log for native exists() calls | 2023-10-30 | 2 | -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 code | 2023-10-30 | 7 | -9/+115 | |
| | | | | | | |||||
| | * | | | | android: Refactor game metadata collection to new file | 2023-10-30 | 10 | -102/+154 | |
| | | | | | | | | | | | | | | | | | | | | | This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct | ||||
| | * | | | | android: Use header for EmulationSession | 2023-10-30 | 3 | -406/+392 | |
| |/ / / / | |||||