suyu/src
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;
      ^
2023-05-08 20:47:16 +00:00
..
audio_core Merge pull request #10162 from lat9nq/sdl-remove-old 2023-05-06 23:10:09 -04:00
common Settings: add option to enable / disable reactive flushing 2023-05-07 23:46:12 +02:00
core Merge pull request #10075 from Kelebek1/silence_nifm_spam 2023-05-07 17:45:32 -07:00
dedicated_room Run clang-format to fix all. 2023-04-19 17:52:09 +00:00
input_common core: hid: Update motion on a better place 2023-05-07 17:01:57 -06:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler Define SampleMask as an array 2023-04-30 18:37:37 +01:00
tests Buffer cache: always use async buffer downloads and fix regression. 2023-05-07 23:46:12 +02:00
video_core Texture cache: Only force flush the dma downloads 2023-05-07 23:46:12 +02:00
web_service general: fixes for gcc 13 2023-04-02 19:02:04 -04:00
yuzu qt_common: consistently ifdef QPlatform after cbd79df233 2023-05-08 20:47:16 +00:00
yuzu_cmd Settings: add option to enable / disable reactive flushing 2023-05-07 23:46:12 +02:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt CMake: Enable type limits on Clang 2023-05-02 02:07:36 -04:00