| Age | Commit message (Collapse) | Author |
|
|
|
time: implement ContinuousAdjustmentTimePoint
|
|
Correctly track render target index in the framebuffer for image aspects
|
|
fs: stub cache storage
|
|
Fixes #9635
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow Fermi blit accelerate to work without images in cache
|
|
Swap order of checking/setting region modifications in the buffer_cache
|
|
already. Use ScratchBuffers in the software blit path.
|
|
|
|
|
|
service: nfp: Allow to load with a different amiibo id
|
|
Attempt at improving HD Rumble emulation
|
|
|
|
|
|
|
|
|
|
vfs_vector: avoid n^2 lookup in layeredfs building
|
|
core: hid: Allow to calibrate gyro sensor
|
|
Texture Cache: Fix 3D ASTC textures
|
|
|
|
|
|
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;
^
|
|
|
|
|
|
SetColoredTristate causes the setting to become visible as it calls
`show()` on it.
|
|
Silence network spam
|
|
|
|
core: hid: Update motion on a better place
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: nfc: Merge device interfaces and create the device manager
|
|
Sort overlap_ids by modification tick before copy
|