german77
6e54615b16
service: hid: Use span instead of vector reference
3 years ago
Fernando Sahmkow
c4bfbc6d25
Buffer Cache: Clear sync code.
3 years ago
Liam
2be751100b
vulkan_device: reserve extra memory to prevent swaps
3 years ago
german77
ac531aa15f
input_common: Make amiibo scanning less demanding
3 years ago
Liam
122435e080
vulkan_common: fix incompatible property flags
3 years ago
Danila Malyutin
9367769fe7
Fix missing pic_order_present_flag in h264 header
Fixes #9635
3 years ago
Liam
a22c5a3880
time: implement ContinuousAdjustmentTimePoint
3 years ago
Kelebek1
cd0ded7771
Correctly track RT indexes for image aspect lookup during clears
3 years ago
Liam
351079a4ba
fs: adjust future save path
3 years ago
Liam
62bcb99ba8
am: stub CreateCacheStorage
3 years ago
Liam
13e4ceb990
fs: stub cache storage and fix params alignment
3 years ago
Liam
bb94beed15
nvnflinger: fix Parcel serialization
3 years ago
Liam
6e10a0c130
nvnflinger: fix producer slot fence init
3 years ago
Kelebek1
e42b4a16b6
Fix Tears of the Kingdom flickering clouds and depths.
3 years ago
Kelebek1
bf08bc3c0f
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
67fd1df762
renderer_vulkan: separate guest and host compute descriptor queues
3 years ago
Narr the Reg
42e1db4b0e
service: nfc: Seed all random values
3 years ago
german77
1968cc7b10
service: nfp: Allow to load with a different amiibo id
3 years ago
Kelebek1
b3691fc33c
Swap order of checking/setting region modifications in the buffer_cache
3 years ago
german77
cb1487d774
input_common: Fix nfc detection for joycons
3 years ago
Fernando Sahmkow
8a214e5530
Texture Cache: Fix ASTC textures
3 years ago
Jan Beich
a4362765a6
qt_common: consistently ifdef QPlatform after cbd79df233
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
e1838f51a3
yuzu: Make 3d cube with joycon shape
3 years ago
Narr the Reg
97bd6d6418
core: hid: Allow to calibrate gyro sensor
3 years ago
lat9nq
40f3e2fbf1
configure_graphics_advanced: Hide input compute toggle a little later
SetColoredTristate causes the setting to become visible as it calls
`show()` on it.
3 years ago
Liam
bdb7c11d8e
bootmanager: remove stop_token header
3 years ago
Liam
d100de27ee
vfs_layered: avoid n^2 lookup in layeredfs building
3 years ago
german77
cf023aa8ec
core: hid: Update motion on a better place
3 years ago
Fernando Sahmkow
8014dd8259
Texture cache: Only force flush the dma downloads
3 years ago
Fernando Sahmkow
2df19ef0fd
Buffer Cache: disable reactive flushing in it.
3 years ago
Fernando Sahmkow
016c6feb49
Texture cache: reverse inmediate flush changes
3 years ago
Fernando Sahmkow
36c302fa32
Buffer cache: always use async buffer downloads and fix regression.
3 years ago
Fernando Sahmkow
6f90dff293
Address feedback, add CR notice, etc
3 years ago
Fernando Sahmkow
ab0c0a469c
Query cache: stop updating pages as it's not affected by cpu writes
3 years ago
Fernando Sahmkow
92da86290c
Settings: add option to enable / disable reactive flushing
3 years ago
Fernando Sahmkow
0f4f18265f
Texture cache: sync the first flush.
3 years ago
Fernando Sahmkow
c6cac2ffaa
GPU: Add Reactive flushing
3 years ago
Liam
5792a72c29
vfs_vector: avoid n^2 lookup in layeredfs building
3 years ago
QGJ
4366a21eae
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
6fed48b3a4
Fix address space allocator slow path to avoid OOB
3 years ago
german77
91695a453b
input_common: Revert debugging changes
3 years ago
lat9nq
55c77dd25b
yuzu-qt/config: Add option to disable compute on Intel
This option is only visible if an Intel GPU using the proprietary
driver is found during Vulkan device enumeration.
configure_graphics: More directly get driver id
Vulkan::Device does quite a bit more than we need just to see the
driver ID here.
3 years ago
lat9nq
6ed6e6e18e
vk_pipeline_cache: Use setting to disable intel compute
3 years ago
lat9nq
725aacb4bc
settings: Add enable compute pipelines
For the Intel proprietary driver's deficiencies.
settings: Restore compute option global state
3 years ago
Roni Kirla
a13fd5f7cc
Fix read access violation
3 years ago
german77
9b771bcb8f
input_common: Add experimental motion to button
3 years ago
Narr the Reg
94151097b9
service: nfc: Merge device interfaces and create the device manager
3 years ago
Kelebek1
ca6bf06ef7
Log object names with debug renderer, add a GPU address to ImageViews
3 years ago
Narr the Reg
f017335fef
input_common: Add property to invert an axis button
3 years ago
Narr the Reg
f764223f93
input_common: Add property to invert an axis button
3 years ago