liamwhite
|
2fd7fb828b
|
Merge pull request #11915 from t895/startup-freeze
android: Move game deserialization to another thread
|
2 years ago |
liamwhite
|
41a85e1974
|
Merge pull request #11910 from liamwhite/surface-lost-on-creation
renderer_vulkan: ensure exception on surface loss
|
2 years ago |
Termynat0r
|
776fc2ca20
|
Fix macOS build
Added missing preprocessor macros for macOS analog to linux and freebsd
|
2 years ago |
Charles Lombardo
|
94d24c3b42
|
android: InputHandler: Convert to object
This doesn't need to be an instance of a class because it doesn't hold any data. It's just all helper functions.
|
2 years ago |
Charles Lombardo
|
a70a3bbcd0
|
android: Removed unused ControllerMappingHelper
|
2 years ago |
liamwhite
|
4940a6b310
|
Merge pull request #11689 from liamwhite/breakpad
qt: implement automatic crash dump support
|
2 years ago |
Charles Lombardo
|
87f3232ae9
|
android: Release touch on input overlay when opening in-game menu
|
2 years ago |
Charles Lombardo
|
44e8e8c169
|
android: Move game deserialization to another thread
Deserializing games from the cache in shared preferences was done on the main thread and could cause a stutter on startup.
|
2 years ago |
liamwhite
|
43334d6afb
|
Merge pull request #11911 from german77/leak_event
core: Close all KEvents
|
2 years ago |
liamwhite
|
dbd3473771
|
Merge pull request #11909 from t895/card-grid
android: Break home settings into grid with large screens
|
2 years ago |
liamwhite
|
4a563ec674
|
Merge pull request #11904 from ameerj/gl_threaded_opts_on
nvidia_flags: Enable GL Threaded optimizations
|
2 years ago |
liamwhite
|
2223f2dce6
|
Merge pull request #11898 from hebo6/patch-1
Adding StartupWmClass for .desktop file
|
2 years ago |
liamwhite
|
6bbe96f99f
|
Merge pull request #11893 from liamwhite/swizzle
renderer_vulkan: fix viewport swizzle dirty state tracking
|
2 years ago |
german77
|
4e453935a3
|
core: Close all KEvents
|
2 years ago |
Liam
|
1cbde13ad5
|
renderer_vulkan: ensure exception on surface loss
|
2 years ago |
FrozenAra
|
346d5f99ef
|
Implemented wheel event for volume control in VolumeButton
|
2 years ago |
Charles Lombardo
|
80087ac9dc
|
android: Break home settings into grid with large screens
|
2 years ago |
liamwhite
|
d187307685
|
Merge pull request #11866 from liamwhite/more-qt-nonsense
qt: fix game list shutdown crash
|
2 years ago |
liamwhite
|
209224c01b
|
Merge pull request #11862 from liamwhite/pascal-robust
Manually robust on Pascal and earlier
|
2 years ago |
liamwhite
|
257dfeaccf
|
Merge pull request #11859 from Kelebek1/compute_findbuffer
Add missing loop around compute FindBuffer calls
|
2 years ago |
liamwhite
|
289ac46210
|
Merge pull request #11852 from german77/async_brr
input_common: joycon: Move vibrations to a queue
|
2 years ago |
liamwhite
|
72202eb15f
|
Merge pull request #11843 from liamwhite/sync-process
kernel: update KProcess
|
2 years ago |
liamwhite
|
56341c3b8d
|
Merge pull request #11827 from liamwhite/preallocated
nvnflinger: fix reporting and freeing of preallocated buffers
|
2 years ago |
Narr the Reg
|
7f0b245f06
|
Merge pull request #11803 from flodavid/improve-controller-applet-click
yuzu: Improve behavior when clicking on controller box in Controller applet
|
2 years ago |
Ameer J
|
5f3f83d1f5
|
nvidia_flags: Enable GL Threaded optimizations
|
2 years ago |
Liam
|
b89f19b0f3
|
renderer_vulkan: fix FSR cropping
|
2 years ago |
Bo He
|
8eaaa2ec3e
|
Adding StartupWmClass for .desktop file
|
2 years ago |
Liam
|
00d53a6ca9
|
renderer_vulkan: fix cropping for presentation
|
2 years ago |
Liam
|
8cd91dae6d
|
renderer_vulkan: fix viewport swizzle dirty state tracking
|
2 years ago |
Narr the Reg
|
44e75debd3
|
service: am: Implement ISelfController::SaveCurrentScreenshot
|
2 years ago |
liamwhite
|
99b8976a5f
|
Merge pull request #11880 from abouvier/unbundle-stb
cmake: prefer system stb headers
|
2 years ago |
Alexandre Bouvier
|
fc27fd3f02
|
cmake: prefer system stb headers
|
2 years ago |
Liam
|
3ecf82aa62
|
sockets: use safe access helpers
|
2 years ago |
Liam
|
cb176ebdd7
|
nvdrv: rework to remove memcpy
|
2 years ago |
Liam
|
16156ce42d
|
nvdrv: fix up remaining copy calls
|
2 years ago |
Liam
|
a059aedaf1
|
nvdrv: convert nvmap
|
2 years ago |
Liam
|
ad86f1c9ce
|
nvdrv: convert codec devices
|
2 years ago |
Liam
|
fb546a39c7
|
nvdrv: convert nvhost_gpu
|
2 years ago |
Liam
|
61e871d4e7
|
nvdrv: convert nvhost_ctrl
|
2 years ago |
Liam
|
9153c0f5ce
|
nvdrv: convert nvhost_ctrl_gpu
|
2 years ago |
Liam
|
9bcb1481ff
|
nvdrv: add ioctl command serialization, convert nvhost_as_gpu
|
2 years ago |
liamwhite
|
fb2c05b164
|
Merge pull request #11876 from liamwhite/apiversion
vulkan_common: use highest API version
|
2 years ago |
Liam
|
0d565eb61b
|
kernel: make sure new process is in list
|
2 years ago |
liamwhite
|
4e23876a07
|
Merge pull request #11812 from german77/save_capture
service: caps: Implement SaveScreenShotEx0 and variants
|
2 years ago |
Liam
|
bd45923351
|
vulkan_common: use highest API version
|
2 years ago |
Liam
|
9de3363249
|
qt: fix game list shutdown crash
|
2 years ago |
liamwhite
|
ccce126163
|
Merge pull request #11863 from german77/buffer
service: ipc: Add third read buffer index
|
2 years ago |
Narr the Reg
|
346c49b55a
|
service: ipc: Add third read buffer index
|
2 years ago |
german77
|
45cacf372c
|
service: caps: Implement SaveScreenShotEx0 and variants
|
2 years ago |
german77
|
9c769477a7
|
externals: stb: Add image write
|
2 years ago |