summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #11859 from Kelebek1/compute_findbufferGravatar liamwhite2023-10-292-6/+9
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add missing loop around compute FindBuffer calls
| * | | | | | | | | | | Add missing dowhile loops around FindBuffer callsGravatar Kelebek12023-10-232-6/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #11852 from german77/async_brrGravatar liamwhite2023-10-292-2/+19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | input_common: joycon: Move vibrations to a queue
| * | | | | | | | | | | input_common: joycon: Move vibrations to a queueGravatar german772023-10-222-2/+19
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #11843 from liamwhite/sync-processGravatar liamwhite2023-10-2939-1021/+1820
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | kernel: update KProcess
| * | | | | | | | | | | kernel: make sure new process is in listGravatar Liam2023-10-251-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | kernel: fix extraneous refGravatar Liam2023-10-211-1/+0
| | | | | | | | | | | |
| * | | | | | | | | | | kernel: shutdown app before gpuGravatar Liam2023-10-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | kernel: signal thread on termination completedGravatar Liam2023-10-211-4/+7
| | | | | | | | | | | |
| * | | | | | | | | | | kernel: add missing TLR clearGravatar Liam2023-10-211-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | kernel: update KProcessGravatar Liam2023-10-2139-1016/+1811
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #11827 from liamwhite/preallocatedGravatar liamwhite2023-10-292-5/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nvnflinger: fix reporting and freeing of preallocated buffers
| * | | | | | | | | | | nvnflinger: fix reporting and freeing of preallocated buffersGravatar Liam2023-10-202-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
* | | | | | | | | | | | Merge pull request #11803 from flodavid/improve-controller-applet-clickGravatar Narr the Reg2023-10-295-40/+87
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | yuzu: Improve behavior when clicking on controller box in Controller applet
| * | | | | | | | | | | yuzu: Improve behavior when clicking on controller box in Controller appletGravatar flodavid2023-10-175-40/+87
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Apply changes on Controller configuration of commit 9524d70 to Controller applet - Fix regression of this previous commit: Enabling a controller in its tab did not activate previous controllers Signed-off-by: flodavid <fl.david.53@gmail.com>