summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 #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-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-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-23service: ipc: Add third read buffer indexNarr the Reg
2023-10-23service: caps: Implement SaveScreenShotEx0 and variantsgerman77
2023-10-23Merge pull request #11841 from german77/halpliamwhite
yuzu: fix restore shortcuts button
2023-10-23Merge pull request #11846 from german77/cheatsliamwhite
cheats: Clamp cheat names without failing
2023-10-23Merge pull request #11847 from ameerj/glsl-shfl-fixliamwhite
emit_glsl_warp: Fix shfl_in_bounds conditional
2023-10-23Add missing dowhile loops around FindBuffer callsKelebek1
2023-10-23Manually robust on Pascal and earlierLiam
2023-10-22yuzu: Fix vibration reseting to 1%german77
2023-10-22input_common: joycon: Move vibrations to a queuegerman77
2023-10-22emit_glsl_warp: Fix shfl_in_bounds conditionalAmeer J
2023-10-21yuzu: Fix restore shortcuts buttonNarr the Reg
2023-10-21cheats: Clamp cheat names without failinggerman77
2023-10-21kernel: fix extraneous refLiam
2023-10-21kernel: shutdown app before gpuLiam
2023-10-21kernel: signal thread on termination completedLiam
2023-10-21kernel: add missing TLR clearLiam