summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-10-31shader_recompiler: Align SSBO offsets in GlobalMemory functionsAmeer J
2023-10-31buffer_cache: Apply storage buffer alignment only to the offsetAmeer J
2023-10-31shader_recompiler: Align SSBO offsets to meet host requirementsAmeer J
Co-Authored-By: Billy Laws <blaws05@gmail.com>
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-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-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
2023-10-29android: Move game deserialization to another threadCharles Lombardo
Deserializing games from the cache in shared preferences was done on the main thread and could cause a stutter on startup.
2023-10-29Merge pull request #11911 from german77/leak_eventliamwhite
core: Close all KEvents
2023-10-29Merge pull request #11909 from t895/card-gridliamwhite
android: Break home settings into grid with large screens
2023-10-29Merge pull request #11904 from ameerj/gl_threaded_opts_onliamwhite
nvidia_flags: Enable GL Threaded optimizations
2023-10-29Merge pull request #11893 from liamwhite/swizzleliamwhite
renderer_vulkan: fix viewport swizzle dirty state tracking
2023-10-29core: Close all KEventsgerman77
2023-10-29renderer_vulkan: ensure exception on surface lossLiam
2023-10-29Implemented wheel event for volume control in VolumeButtonFrozenAra
2023-10-29android: Break home settings into grid with large screensCharles Lombardo
2023-10-29Merge pull request #11866 from liamwhite/more-qt-nonsenseliamwhite
qt: fix game list shutdown crash
2023-10-29Merge pull request #11862 from liamwhite/pascal-robustliamwhite
Manually robust on Pascal and earlier
2023-10-29Merge pull request #11859 from Kelebek1/compute_findbufferliamwhite
Add missing loop around compute FindBuffer calls
2023-10-29Merge pull request #11852 from german77/async_brrliamwhite
input_common: joycon: Move vibrations to a queue
2023-10-29Merge pull request #11843 from liamwhite/sync-processliamwhite
kernel: update KProcess
2023-10-29Merge pull request #11827 from liamwhite/preallocatedliamwhite
nvnflinger: fix reporting and freeing of preallocated buffers
2023-10-29Merge pull request #11803 from flodavid/improve-controller-applet-clickNarr the Reg
yuzu: Improve behavior when clicking on controller box in Controller applet
2023-10-28nvidia_flags: Enable GL Threaded optimizationsAmeer J
2023-10-27renderer_vulkan: fix viewport swizzle dirty state trackingLiam
2023-10-26service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg
2023-10-25Merge pull request #11880 from abouvier/unbundle-stbliamwhite
cmake: prefer system stb headers
2023-10-25cmake: prefer system stb headersAlexandre Bouvier
2023-10-25Merge pull request #11876 from liamwhite/apiversionliamwhite
vulkan_common: use highest API version
2023-10-25kernel: make sure new process is in listLiam