| Age | Commit message (Collapse) | Author |
|
|
|
|
|
general: Use Common::U16StringFromBuffer in place of QString::toStdU16String
|
|
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
|
|
|
|
|
|
Use auto and a more descriptive variable name.
Secondly, fix some C++ misconceptions or constructing too many objects.
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
Co-authored-by: Lioncash <mathew1800@gmail.com>
|
|
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.
|
|
See ffd3afcf2
|
|
See ffd3afcf2
|
|
Qt's QString::toStdU16String doesn't work when compiling against the
latest libstdc++, at least when using Clang. This function effectively
does the same thing as the aforementioned one.
|
|
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.
|
|
|
|
Using this smaller type saves 512 bytes in the compiled executable.
|
|
Using this smaller type saves 33280 bytes in the compiled executable.
|
|
Using this smaller type saves 1536 bytes in the compiled executable.
|
|
Using this smaller type saves 1024 bytes in the compiled executable.
|
|
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)
|
|
|
|
Implements partially RegisterAlarmSetting, UpdateAlarmSetting, LoadApplicationParameter, DeleteAlarmSetting.
Needed for Fitness `Boxing 2: Rhythm & Exercise` and `Ring Fit Adventure`.
|
|
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
|