- 02 May, 2022 3 commits
-
-
Levi Behunin authored
Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build.
-
Mai M authored
ui: retranslate the network tab
-
Kyle K authored
Looks like it was just missed when it was added, as currently the Network Tab only has one item RetranslateUI is used more commonly throughout the project
-
- 01 May, 2022 3 commits
-
-
Mai M authored
dist: add AppStream metadata
-
Mai M authored
ui: let system locale control format of Custom RTC
-
Kyle K authored
The Custom RTC widget is under the influence of the computers System Locale. The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
-
- 29 Apr, 2022 4 commits
-
-
Andrea Pappacoda authored
The AppStream file is mostly copied from the one already used by the Flatpak yuzu build: https://github.com/flathub/org.yuzu_emu.yuzu/blob/62fc225acfa0178ddf61be68ad9be60841077263/org.yuzu_emu.yuzu.metainfo.xml As it already defines the application id as org.yuzu_emu.yuzu I renamed the yuzu.desktop and yuzu.xml files so that they match. I've also made some minor tweaks to it, like fixing the capitalization of "yuzu", adding a few keys and sorting them as presented in the documentation. Lastly, I added PrefersNonDefaultGPU=true to the .desktop file so that yuzu is launched with the dedicated graphics card on Linux.
-
Morph authored
service: hid: Stub IsFirmwareUpdateNeededForNotification
-
Mai M authored
chore: add missing SPDX tags
-
Mai M authored
GCC 12 fixes
-
- 28 Apr, 2022 4 commits
-
-
Liam authored
-
Andrea Pappacoda authored
Follow-up to 99ceb03a
-
bunnei authored
renderer_vulkan: Update screen info if the framebuffer size has changed
-
Mai M authored
Changes to language order in General -> UI -> Interface Language
-
- 27 Apr, 2022 3 commits
-
-
bunnei authored
service: hid: Access shared memory directly
-
Kyle K authored
Language List is from Dolphin, specifically https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DolphinQt/Settings/InterfacePane.cpp#L30 Any languages that are compiled in, but not in the list will be at the end.
-
german77 authored
Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000)
-
- 26 Apr, 2022 1 commit
-
-
Morph authored
-
- 25 Apr, 2022 9 commits
-
-
bunnei authored
CMakeLists: Update Conan requirement to 1.45.0
-
bunnei authored
ci: Enable building with Visual Studio 2022
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
The windows-2022 image contains Visual Studio 2022.
-
Mai M authored
externals: Update libressl to 3.5.2
-
Mai M authored
service: jit: document and clean up
-
Liam authored
-
- 24 Apr, 2022 5 commits
- 23 Apr, 2022 8 commits
-
-
Narr the Reg authored
-
Narr the Reg authored
-
Morph authored
hotkeys: Trigger actions on a separate thread
-
Narr the Reg authored
-
Fernando S authored
general: Convert source file copyright comments over to SPDX
-
Morph authored
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
-
lat9nq authored
The premise behind ad55faaa was due to an issue between Conan's libiconv package and compiling SDL2 from our externals. Since none of our Conan externals require libiconv any longer, though, we can remove downloading our own Boost package and just rely on Conan again. Additionally, removing CONFIG from the find_package(boost) call fixes issues with finding Boost on Fedora and MSYS2, which was the main motivation for this. Also, remove QUIET since if something goes wrong finding Boost, this makes it harder to tell what went wrong.
-