- 13 Dec, 2021 16 commits
-
-
bunnei authored
tas_input: Minor cleanup
-
Lioncash authored
We don't need to copy the whole pair
-
Lioncash authored
Resolves a -Wextra-semi warning
-
Lioncash authored
clear() when empty is simply a no-op, so we can get rid of the check here and let the stdlib do it for us.
-
Lioncash authored
Gets rid of indirect includes and includes only what the interface needs.
-
Lioncash authored
While we're in the same area, we can also avoid performing std::stoi in a loop when it only needs to be performed once.
-
Lioncash authored
This is only using the input facilities, so we don't need to use the fully-fleged stringstream.
-
Lioncash authored
Same behavior, but without the potential for extra allocations.
-
Lioncash authored
This also means we can get rid of the dependency on <regex>
-
Lioncash authored
Parameters shouldn't have the colon by their name.
-
Lioncash authored
Prevents these values from potentially clashing with anything in other headers.
-
Mai M authored
Remove erroneous #pragma once
-
Valeri authored
-
Mai M authored
build: remove remaining bits of Unicorn
-
bunnei authored
build: update cubeb and remove the result_of comment
-
bunnei authored
Kernel: Improve threading & scheduling V3
-
- 10 Dec, 2021 1 commit
-
-
Andrea Pappacoda authored
Unicorn has been removed in fc6db97a
-
- 09 Dec, 2021 3 commits
- 08 Dec, 2021 6 commits
-
-
Morph authored
QWheelEvent::pos() is deprecated. Make use of position().toPoint() instead.
-
bunnei authored
renderer_vulkan: Add R16G16_UINT
-
Morph authored
- Used by Immortals Fenyx Rising
-
bunnei authored
service/notif: Add notif:a and stub ListAlarmSettings, Initialize
-
bunnei authored
service/hid: Implement SetNpadJoyAssignmentMode
-
bunnei authored
Support multiple videos playing
-
- 07 Dec, 2021 14 commits
-
-
Mai M authored
Fixed #7502
-
Mai M authored
shader_recompiler/backend: Minor organization and refactoring to reduce compile time overhead
-
Mai M authored
(README) changed the color of Discord badge to use the new color
-
itsmeft24 authored
-
itsmeft24 authored
Co-authored-by: Mai M. <mathew1800@gmail.com>
-
bunnei authored
CMakeLists: Specify /Zm200 when compiling in MSVC
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-