1. 15 May, 2023 3 commits
  2. 14 May, 2023 5 commits
  3. 13 May, 2023 2 commits
  4. 12 May, 2023 4 commits
  5. 11 May, 2023 10 commits
  6. 10 May, 2023 4 commits
  7. 09 May, 2023 9 commits
  8. 08 May, 2023 3 commits
    • 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