Charles Lombardo
|
2581590023
|
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.
|
2023-10-29 21:29:32 -04:00 |
liamwhite
|
911d2216be
|
Merge pull request #11866 from liamwhite/more-qt-nonsense
qt: fix game list shutdown crash
|
2023-10-29 11:25:22 -04:00 |
liamwhite
|
4da2105a32
|
Merge pull request #11862 from liamwhite/pascal-robust
Manually robust on Pascal and earlier
|
2023-10-29 11:25:15 -04:00 |
liamwhite
|
1f9684eaf9
|
Merge pull request #11859 from Kelebek1/compute_findbuffer
Add missing loop around compute FindBuffer calls
|
2023-10-29 11:25:09 -04:00 |
liamwhite
|
40c97c0549
|
Merge pull request #11852 from german77/async_brr
input_common: joycon: Move vibrations to a queue
|
2023-10-29 11:25:02 -04:00 |
liamwhite
|
6aee148b17
|
Merge pull request #11843 from liamwhite/sync-process
kernel: update KProcess
|
2023-10-29 11:24:52 -04:00 |
liamwhite
|
b5b93e6741
|
Merge pull request #11827 from liamwhite/preallocated
nvnflinger: fix reporting and freeing of preallocated buffers
|
2023-10-29 11:24:44 -04:00 |
Narr the Reg
|
18a4529851
|
Merge pull request #11803 from flodavid/improve-controller-applet-click
yuzu: Improve behavior when clicking on controller box in Controller applet
|
2023-10-29 09:13:07 -06:00 |
liamwhite
|
43be2bfe33
|
Merge pull request #11880 from abouvier/unbundle-stb
cmake: prefer system stb headers
|
2023-10-25 17:21:37 -04:00 |
Alexandre Bouvier
|
79ba5d9c26
|
cmake: prefer system stb headers
|
2023-10-25 21:47:32 +02:00 |
liamwhite
|
008d7e8c5f
|
Merge pull request #11876 from liamwhite/apiversion
vulkan_common: use highest API version
|
2023-10-25 12:22:21 -04:00 |
Liam
|
19e9bde9e0
|
kernel: make sure new process is in list
|
2023-10-25 10:05:45 -04:00 |
liamwhite
|
6eb3a583cb
|
Merge pull request #11812 from german77/save_capture
service: caps: Implement SaveScreenShotEx0 and variants
|
2023-10-24 21:43:51 -04:00 |
Liam
|
e0834ee50b
|
vulkan_common: use highest API version
|
2023-10-24 17:04:17 -04:00 |
Liam
|
79894152a8
|
qt: fix game list shutdown crash
|
2023-10-23 23:06:07 -04:00 |
liamwhite
|
9274eaecd0
|
Merge pull request #11863 from german77/buffer
service: ipc: Add third read buffer index
|
2023-10-23 17:04:09 -04:00 |
Narr the Reg
|
c733620024
|
service: ipc: Add third read buffer index
|
2023-10-23 10:33:01 -06:00 |
german77
|
897b411ae7
|
service: caps: Implement SaveScreenShotEx0 and variants
|
2023-10-23 10:18:22 -06:00 |
german77
|
94836ba3b1
|
externals: stb: Add image write
|
2023-10-23 10:18:14 -06:00 |
liamwhite
|
b1909b0435
|
Merge pull request #11841 from german77/halp
yuzu: fix restore shortcuts button
|
2023-10-23 10:36:40 -04:00 |
liamwhite
|
1cc764988f
|
Merge pull request #11846 from german77/cheats
cheats: Clamp cheat names without failing
|
2023-10-23 10:33:37 -04:00 |
liamwhite
|
da5c49f22d
|
Merge pull request #11847 from ameerj/glsl-shfl-fix
emit_glsl_warp: Fix shfl_in_bounds conditional
|
2023-10-23 10:33:24 -04:00 |
liamwhite
|
6b93b0b08c
|
Merge pull request #11854 from german77/vibration-ui
yuzu: Fix vibration reseting to 1%
|
2023-10-23 10:33:03 -04:00 |
Kelebek1
|
68f25217b8
|
Add missing dowhile loops around FindBuffer calls
|
2023-10-23 15:08:56 +01:00 |
Liam
|
0604b14263
|
Manually robust on Pascal and earlier
|
2023-10-23 09:08:57 -04:00 |
german77
|
3d4a064674
|
yuzu: Fix vibration reseting to 1%
|
2023-10-22 13:39:45 -06:00 |
german77
|
e4dfd51337
|
input_common: joycon: Move vibrations to a queue
|
2023-10-22 11:30:59 -06:00 |
Ameer J
|
cfe73af6f2
|
emit_glsl_warp: Fix shfl_in_bounds conditional
|
2023-10-22 00:45:23 -04:00 |
Narr the Reg
|
77fb9d415b
|
yuzu: Fix restore shortcuts button
|
2023-10-21 21:16:20 -06:00 |
german77
|
bbdaa62175
|
cheats: Clamp cheat names without failing
|
2023-10-21 21:04:03 -06:00 |
Liam
|
31bffc7299
|
kernel: fix extraneous ref
|
2023-10-21 22:16:41 -04:00 |
Liam
|
5f8f09d750
|
kernel: shutdown app before gpu
|
2023-10-21 20:35:18 -04:00 |
Liam
|
dcfe674ed4
|
kernel: signal thread on termination completed
|
2023-10-21 20:03:41 -04:00 |
Liam
|
bb195c2c2b
|
kernel: add missing TLR clear
|
2023-10-21 20:03:41 -04:00 |
Liam
|
8c59543ee3
|
kernel: update KProcess
|
2023-10-21 20:03:41 -04:00 |
liamwhite
|
db37e583ff
|
Merge pull request #11831 from liamwhite/hosversionbetween
set: return version info from system archive
|
2023-10-21 18:22:20 -04:00 |
liamwhite
|
d28e826e47
|
Merge pull request #11830 from liamwhite/ts-session
ts: add OpenSession
|
2023-10-21 18:22:13 -04:00 |
liamwhite
|
13beb85514
|
Merge pull request #11828 from liamwhite/setthreadescription
common: use SetThreadDescription API for thread names
|
2023-10-21 18:22:04 -04:00 |
liamwhite
|
4b06bcc82c
|
Merge pull request #11789 from Kelebek1/spirv_shift_right
Manually robust on Maxwell and earlier
|
2023-10-21 18:21:53 -04:00 |
Liam
|
12ebc8d9d1
|
set: return version info from system archive
|
2023-10-20 13:29:52 -04:00 |
Liam
|
2b85e9e997
|
ts: add OpenSession
|
2023-10-20 13:29:32 -04:00 |
Liam
|
59b62c6507
|
common: use SetThreadDescription API for thread names
|
2023-10-20 11:41:29 -04:00 |
Fernando S
|
2e760a9833
|
Merge pull request #11748 from liamwhite/kern_1700
kernel: update for 17.0.0
|
2023-10-20 17:08:00 +02:00 |
Fernando S
|
bab4a13a41
|
Merge pull request #11825 from liamwhite/system-resource
kernel: fix incorrect calculation of used non system memory value
|
2023-10-20 16:40:15 +02:00 |
liamwhite
|
b56c7397ad
|
Merge pull request #11806 from liamwhite/needs-more-locking
renderer_vulkan: add locks to avoid scheduler flushes from CPU
|
2023-10-20 10:26:03 -04:00 |
Liam
|
689f346e97
|
nvnflinger: fix reporting and freeing of preallocated buffers
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
|
2023-10-20 10:17:32 -04:00 |
Liam
|
249db0a59b
|
kernel: fix incorrect calculation of used non system memory value
|
2023-10-20 09:12:10 -04:00 |
Liam
|
9526ce95dd
|
gdbstub: add PermissionLocked to mappings table
|
2023-10-20 02:53:31 -04:00 |
Liam
|
687158fe00
|
kernel: fix format string error
|
2023-10-20 02:41:32 -04:00 |
Liam
|
d8507332c1
|
kernel: make check fully constexpr for broken msvc constant folding
|
2023-10-20 02:34:15 -04:00 |