Liam
b10b8b7a57
vulkan_common: fix incompatible property flags
3 years ago
Liam
78b97867cb
time: implement ContinuousAdjustmentTimePoint
3 years ago
Kelebek1
8a5db1aeff
Correctly track RT indexes for image aspect lookup during clears
3 years ago
Liam
7e3c5fa38a
fs: adjust future save path
3 years ago
Liam
1fc6519671
am: stub CreateCacheStorage
3 years ago
Liam
6bee9352b7
fs: stub cache storage and fix params alignment
3 years ago
Liam
c59b0c9715
nvnflinger: fix Parcel serialization
3 years ago
Liam
b929ebf49e
nvnflinger: fix producer slot fence init
3 years ago
Kelebek1
fc6c77f7ae
Allow Fermi blit accelerate to add src/dst to the cache if they don't exist already. Use ScratchBuffers in the software blit path.
3 years ago
Liam
66732f3e22
renderer_vulkan: separate guest and host compute descriptor queues
3 years ago
Narr the Reg
cc610d369c
service: nfc: Seed all random values
3 years ago
german77
e43d1c20d5
service: nfp: Allow to load with a different amiibo id
3 years ago
Kelebek1
05dcdf5793
Swap order of checking/setting region modifications in the buffer_cache
3 years ago
german77
5d49fffd67
input_common: Fix nfc detection for joycons
3 years ago
Fernando Sahmkow
a1317c3a6e
Texture Cache: Fix ASTC textures
3 years ago
Jan Beich
5a4e361862
qt_common: consistently ifdef QPlatform after 17507c4849
src/yuzu/qt_common.cpp:45:33: error: member access into incomplete type 'QPlatformNativeInterface'
wsi.display_connection = pni->nativeResourceForWindow("display", window);
^
/usr/include/qt6/QtGui/qguiapplication.h:20:7: note: forward declaration of 'QPlatformNativeInterface'
class QPlatformNativeInterface;
^
src/yuzu/qt_common.cpp:47:42: error: member access into incomplete type 'QPlatformNativeInterface'
wsi.render_surface = window ? pni->nativeResourceForWindow("surface", window) : nullptr;
^
/usr/include/qt6/QtGui/qguiapplication.h:20:7: note: forward declaration of 'QPlatformNativeInterface'
class QPlatformNativeInterface;
^
3 years ago
Narr the Reg
5dd7748371
yuzu: Make 3d cube with joycon shape
3 years ago
Narr the Reg
63ab5ee887
core: hid: Allow to calibrate gyro sensor
3 years ago
Liam
69b754f096
bootmanager: remove stop_token header
3 years ago
Liam
174bad7011
vfs_layered: avoid n^2 lookup in layeredfs building
3 years ago
german77
62acd50c0b
core: hid: Update motion on a better place
3 years ago
Fernando Sahmkow
5fa8c8685e
Texture cache: Only force flush the dma downloads
3 years ago
Fernando Sahmkow
8203f2d8e1
Buffer Cache: disable reactive flushing in it.
3 years ago
Fernando Sahmkow
a7a63d119c
Texture cache: reverse inmediate flush changes
3 years ago
Fernando Sahmkow
1a2ed85a28
Buffer cache: always use async buffer downloads and fix regression.
3 years ago
Fernando Sahmkow
134c14f089
Address feedback, add CR notice, etc
3 years ago
Fernando Sahmkow
dffc48b942
Query cache: stop updating pages as it's not affected by cpu writes
3 years ago
Fernando Sahmkow
62295b5069
Settings: add option to enable / disable reactive flushing
3 years ago
Fernando Sahmkow
f1aa574448
Texture cache: sync the first flush.
3 years ago
Fernando Sahmkow
6bc60f78d9
GPU: Add Reactive flushing
3 years ago
Liam
b0c0344388
vfs_vector: avoid n^2 lookup in layeredfs building
3 years ago
QGJ
5c66c9dec4
yuzu/applets/qt_profile_select: connect double-click to accept()
In the profile selection window:
Allow the user to start the game by double-clicking a profile to avoid having to additionally click the OK button. This avoids an unnecessary "step" to the start of the game...
3 years ago
Kelebek1
ac49a29b85
Fix address space allocator slow path to avoid OOB
3 years ago
german77
5776810598
input_common: Revert debugging changes
3 years ago
Roni Kirla
5d02eca7c9
Fix read access violation
3 years ago
german77
7b41e71877
input_common: Add experimental motion to button
3 years ago
Narr the Reg
2a36d667c9
service: nfc: Merge device interfaces and create the device manager
3 years ago
Kelebek1
d43a18a6ef
Log object names with debug renderer, add a GPU address to ImageViews
3 years ago
Narr the Reg
53ec77c62c
input_common: Add property to invert an axis button
3 years ago
Narr the Reg
b3b5a11262
input_common: Add property to invert an axis button
3 years ago
Narr the Reg
94c16132ba
yuzu: Add motion preview to controller input
3 years ago
marius david
f5827baefe
Improve emulation of HD Rumble
3 years ago
lat9nq
be5eee647e
yuzu-sdl,audio_core: Remove antiquated warning ignore
Issue was fixed a long time ago, both by SDL2 and in yuzu by including
SDL2 as a system library.
3 years ago
german77
dbef75ecdd
core: hid: Fix state of capture and home buttons
3 years ago
Liam
f50b8635b3
settings: remove pessimistic flushing
3 years ago
Fernando Sahmkow
d9b4380457
Memory manager: Fix possible softlock
3 years ago
lat9nq
fa8da0ded9
qt_common: Remove yuzu prefix
3 years ago
Fernando Sahmkow
94ecd260e3
GPU: implement missing ASTC
3 years ago
GPUCode
40fa53e6d7
vk_present_manager: Fix softlocks when disabling async present
3 years ago
lat9nq
047ee6733f
configure_graphics: No there isn't a hyphen in VSync
Most sources seem to suggest VSync and not V-Sync
3 years ago