- 16 May, 2022 1 commit
-
-
Kyle K authored
The Icon was renamed in #8283 for Linux builds, and the fix proposed in #8312 would in turn break the icon for Windows users. I've decided to fix the aboutdialog.ui file via qtcreator. I'm not sure its important to have the yuzu icon inside the About dialog grabbed from the local Qt theme, but I've reword how the code works for that, and we can just delete those lines. I've also thrown the yuzu.png through pngcrush to remove this warning libpng warning: iCCP: known incorrect sRGB profile Credit to abouvier for bringing bug up.
-
- 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 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 1 commit
-
-
bunnei authored
service: hid: Access shared memory directly
-