summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-31Merge pull request #11892 from german77/pkm_screenshotliamwhite
service: am: Implement ISelfController::SaveCurrentScreenshot
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-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 #11898 from hebo6/patch-1liamwhite
Adding StartupWmClass for .desktop file
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-28Adding StartupWmClass for .desktop fileBo He
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
2023-10-24Merge pull request #11812 from german77/save_captureliamwhite
service: caps: Implement SaveScreenShotEx0 and variants
2023-10-24vulkan_common: use highest API versionLiam
2023-10-23qt: fix game list shutdown crashLiam
2023-10-23Merge pull request #11863 from german77/bufferliamwhite
service: ipc: Add third read buffer index
2023-10-23service: ipc: Add third read buffer indexNarr the Reg
2023-10-23service: caps: Implement SaveScreenShotEx0 and variantsgerman77
2023-10-23externals: stb: Add image writegerman77
2023-10-23Merge pull request #11841 from german77/halpliamwhite
yuzu: fix restore shortcuts button