yuzu/src
lat9nq 756225c8ff Disable web applet and warning when compiling for Linux on CI
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.
2020-11-30 13:25:46 -05:00
..
audio_core audio_core: Remove temp_mix_buffer 2020-11-28 23:25:28 +11:00
common common: Add Common::DivCeil and Common::DivCeilLog2 2020-11-25 23:37:56 -03:00
core Merge pull request #4939 from german77/MouseInput 2020-11-29 22:59:50 -08:00
input_common Merge pull request #4939 from german77/MouseInput 2020-11-29 22:59:50 -08:00
tests tests: Fix warning about comparison between signed and unsigned 2020-11-27 17:41:20 -05:00
video_core codec: Fix pragma GCC diagnostic pop missing corresponding push 2020-11-26 16:35:42 -05:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Disable web applet and warning when compiling for Linux on CI 2020-11-30 13:25:46 -05:00
yuzu_cmd Merge pull request #4939 from german77/MouseInput 2020-11-29 22:59:50 -08:00
yuzu_tester core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
.clang-format
CMakeLists.txt CMakeLists: disable -Winvalid-offsetof 2020-11-27 17:42:02 -05:00