- 27 May, 2022 2 commits
- 21 May, 2022 1 commit
-
-
liamwhite authored
general: Use Common::U16StringFromBuffer in place of QString::toStdU16String
-
- 17 May, 2022 2 commits
-
-
Mai M authored
video_core: Support new VkResult
-
Alexandre Bouvier authored
-
- 16 May, 2022 1 commit
-
-
lat9nq authored
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>
-
- 15 May, 2022 4 commits
- 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
-