Age | Commit message (Collapse) | Author |
|
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.
|
|
video_core: Support new VkResult
|
|
|
|
sirit: Allow using system spirv-headers
|
|
general: Avoid ambiguous format_to compilation errors
|
|
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.
|
|
|
|
service: hid: Disable correctly motion input
|
|
OpenGL: interpret face flips according to GL NDC
|
|
maxwell_dma: fix bytes_per_pixel
|
|
video_core/macro: clear code on upload address assignment
|
|
|
|
|
|
Update translations (2022-05-09)
|
|
|
|
video_core/macro: Add option to dump macros
|
|
Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
|
|
video_core/macro_jit_x64: warn on invalid parameter access
|
|
|
|
|
|
|
|
|
|
|
|
hle/result: Add ResultRange overload in ResultVal
|
|
std::expected is included in C++23
|
|
Also marks the implicit conversion operator as constexpr instead of consteval as the constructor is not constant evaluated.
|
|
yuzu: config: Improve analog stick mapping
|
|
hle/result: Implement ResultRange
|
|
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.
|
|
Revert "gc_adapter: fix libusb import on GCC11.2"
|
|
This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
|
|
Just to silence an intermittent error.
GCC11.2 complains cannot find 'libusb.h' during a fresh build.
|
|
ui: retranslate the network tab
|
|
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
|
|
dist: add AppStream metadata
|
|
ui: let system locale control format of Custom RTC
|
|
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
|
|
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.
|
|
service: hid: Stub IsFirmwareUpdateNeededForNotification
|
|
chore: add missing SPDX tags
|
|
GCC 12 fixes
|
|
|
|
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
|
|
renderer_vulkan: Update screen info if the framebuffer size has changed
|
|
Changes to language order in General -> UI -> Interface Language
|
|
service: hid: Access shared memory directly
|
|
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.
|
|
Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000)
|
|
to a stick
|
|
|