- 19 May, 2022 1 commit
-
-
Kyle K authored
Another request from GillianMC. The translated strings have been placed in a separate "Hotkeys" context as an alternative to having to add the tr function to the Config class, or adding them to ConfigureHotkeys context which is quite long. The English strings get attached to the items in the Action column as "data", and are used for RetranslateUI and saving the hotkey configuration.
-
- 17 May, 2022 2 commits
-
-
Mai M authored
video_core: Support new VkResult
-
Alexandre Bouvier authored
-
- 15 May, 2022 1 commit
-
-
Mai M authored
sirit: Allow using system spirv-headers
-
- 14 May, 2022 3 commits
-
-
Mai M authored
general: Avoid ambiguous format_to compilation errors
-
Lioncash authored
Ensures that we're using the fmt version of format_to. These are also the only three outliers. All of the other formatters we have are properly qualified.
-
Alexandre Bouvier authored
-
- 11 May, 2022 4 commits
- 10 May, 2022 2 commits
- 09 May, 2022 4 commits
-
-
Mai M authored
Update translations (2022-05-09)
-
The yuzu Community authored
-
Mai M authored
video_core/macro: Add option to dump macros
-
Fernando Sahmkow authored
Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
-
- 08 May, 2022 2 commits
- 07 May, 2022 1 commit
-
-
Liam authored
-
- 06 May, 2022 3 commits
-
-
Liam authored
-
Narr the Reg authored
-
german77 authored
-
- 04 May, 2022 1 commit
-
-
Mai M authored
hle/result: Add ResultRange overload in ResultVal
-
- 03 May, 2022 3 commits
- 02 May, 2022 7 commits
-
-
Mai M authored
hle/result: Implement ResultRange
-
Morph authored
A ResultRange defines an inclusive range of error descriptions within an error module. This can be used to check whether the description of a given ResultCode falls within the range. The conversion function returns a ResultCode with its description set to description_start.
-
Morph authored
Revert "gc_adapter: fix libusb import on GCC11.2"
-
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 3 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
-