Skip to content
  1. May 15, 2023
  2. May 14, 2023
  3. May 13, 2023
  4. May 12, 2023
  5. May 11, 2023
  6. May 10, 2023
  7. May 09, 2023
  8. May 08, 2023
    • liamwhite's avatar
      Merge pull request #10205 from jbeich/freebsd · 15ec8d3e
      liamwhite authored
      qt_common: unbreak build on BSDs
      15ec8d3e
    • Jan Beich's avatar
      qt_common: consistently ifdef QPlatform after cbd79df2 · a4362765
      Jan Beich authored
      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;
            ^
      a4362765
    • Narr the Reg's avatar
      yuzu: Make 3d cube with joycon shape · e1838f51
      Narr the Reg authored
      e1838f51
Loading