- 05 Aug, 2022 2 commits
-
-
Kyle K authored
separate commit might be useful later on
-
Kyle K authored
yuzu's default theme doesn't specify everything, which is fine for windows, but in linux anything unspecified is set to the users theme. Symptoms of this are that a linux user with a dark theme won't think to change the theme to a dark theme when first using yuzu Idea here is to try and support arbitrary themes on linux. preliminary work on a "default_dark" theme, used only as overlay for any themes that are measured to be dark mode. Other work done: FreeDesktop standard icon names: plus -> list-add delete refresh, we use view-refresh remove duplicated icons for qdarkstyle_midnight_blue referencing icon aliases in the qrc files is the way to go Note: Dynamic style changing doesn't appear to work with AppImage
-
- 04 Aug, 2022 1 commit
-
-
bunnei authored
renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALED
-
- 02 Aug, 2022 3 commits
- 01 Aug, 2022 3 commits
-
-
Mai authored
Update translations (2022-08-01)
-
Liam authored
-
The yuzu Community authored
-
- 31 Jul, 2022 5 commits
-
-
bunnei authored
video_core: stop waiting for shader compilation on user cancel
-
bunnei authored
qt: reset progress bar after shader compilation
-
bunnei authored
Properly write out the command buffer when serving close request
-
Nikita Strygin authored
-
Morph authored
renderer_opengl: delete shader source after linking
-
- 30 Jul, 2022 7 commits
-
-
Liam authored
-
Kyle K authored
ci.yml: REUSE task should only run on yuzu-emu/yuzu repository verify.yml: #8659 is a better fix to the discord-rpc dirty flag
-
Morph authored
cmake,ci: vcpkg leftovers
-
Morph authored
common: move forwarded value into SPSCQueue
-
Morph authored
audio_core: fix -Wuninitialized when compiling with ASan
-
Liam authored
-
Liam authored
-
- 29 Jul, 2022 2 commits
-
-
Liam authored
-
Narr the Reg authored
ci: use dep5 for GitHub issue template files
-
- 28 Jul, 2022 11 commits
-
-
Liam authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
yuzu: Add incremental steps to volume hotkeys
-
lat9nq authored
vcpkg: Add Catch2 2.13.9 Catch2 >= 3.0 is not compatible with earlier versions, and for now we must override the desired version in our vcpkg manifest. We can do this programmatically by using VCPKG_MANIFEST_FEATURES. CMakeLists: Search for lz4 CONFIG mode first vcpkg's lz4 CONFIG cmake script works in Release mode but not in Debug mode, failing to copy the correct DLLs at compile time. We still need to search for the regular mode for system-installed versions. CMakeLists: Clean up boost exports Remove some Conan-specific workarounds. CMakeLists: Use vcpkg for MSVC by default Not enabling it generally since it's much easier to have system dependencies installed for Linux and MinGW.
-
bunnei authored
Revert "ci: Enable building with Visual Studio 2022"
-
liamwhite authored
externals: Use yuzu-emu/discord-rpc to provide Discord integration
-
lat9nq authored
Our fork includes a commit to disable clang-format, preventing the dirty flag from being set when building yuzu on CI.
-
liamwhite authored
[Audio] Avoid an out-of-bounds span write in depop prepare
-
liamwhite authored
ci/linux: Exclude libwayland-client from AppImage
-
liamwhite authored
build: Ship vcpkg dlls with MSVC pr-verify builds
-
- 27 Jul, 2022 6 commits