- May 27, 2022
-
-
german77 authored
Needed by Nintendo Switch Sports
-
german77 authored
service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxisSensorUnalteredPassthroughEnabled Needed by Nintendo Switch Sports
-
german77 authored
-
german77 authored
-
german77 authored
-
german77 authored
-
german77 authored
-
- May 21, 2022
-
-
liamwhite authored
general: Use Common::U16StringFromBuffer in place of QString::toStdU16String
-
- May 17, 2022
-
-
Mai M authored
video_core: Support new VkResult
-
Alexandre Bouvier authored
-
- May 16, 2022
-
-
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>
-
- May 15, 2022
- May 14, 2022
-
-
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
-
- May 11, 2022
- May 10, 2022
- May 09, 2022
-
-
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>
-
- May 08, 2022
- May 07, 2022
-
-
Liam authored
-
- May 06, 2022
-
-
Liam authored
-
Narr the Reg authored
-
german77 authored
-
- May 04, 2022
-
-
Mai M authored
hle/result: Add ResultRange overload in ResultVal
-
- May 03, 2022
- May 02, 2022
-
-
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.
-