Skip to content
Snippets Groups Projects
  1. Dec 06, 2020
  2. Dec 05, 2020
  3. Dec 04, 2020
  4. Dec 03, 2020
  5. Dec 01, 2020
  6. Nov 30, 2020
    • lat9nq's avatar
      Disable web applet and warning when compiling for Linux on CI · 756225c8
      lat9nq authored
      yuzu's web applet does not or barely reacts to user input while open in
      Linux. It can be closed via 'Exit Web Applet' on the menubar, however if
      yuzu is in fullscreen, this is effectively a softlock as the menubar
      cannot be accessed.
      
      This disables building yuzu with the web applet on the Linux CI target.
      In addition, this disables the QMessageBox warning about not having
      compiled yuzu with the web applet.
      756225c8
  7. Nov 29, 2020
  8. Nov 28, 2020
  9. Nov 27, 2020
    • comex's avatar
      CMakeLists: disable -Winvalid-offsetof · 32f3b6b8
      comex authored
      This Clang warning complains when offsetof is used on a
      non-standard-layout type (i.e. any class using various C++ features),
      even though it works fine (and is not undefined behavior as of C++17).
      32f3b6b8
Loading