- 25 Jan, 2022 11 commits
-
-
Morph authored
shader_recompiler: Remove unnecessary [[nodiscard]] specifier
-
Morph authored
gpu: Remove obsoleted CDmaPusher() accessors
-
Morph authored
vk_fsr: Replace comma operator with semicolon
-
Morph authored
input_common/main: Pass MappingData by const reference in callbacks
-
Morph authored
input_common/udp_client: Replace deprecated from_string()/to_ulong() functions
-
Morph authored
kernel/k_affinity_mask: Remove duplicated assert
-
Lioncash authored
Over time a few forward declarations became unnecessary, so we can remove these to tidy up the header a little bit.
-
Lioncash authored
Generally, we should be ending statements with a semicolon not a comma Resolves a clang diagnostic.
-
Lioncash authored
Since ConvertLegacyToGeneric has a void return value, there's nothing that is actually returned by the function.
-
bunnei authored
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
-
- 24 Jan, 2022 10 commits
-
-
bunnei authored
yuzu: Add modifiers for keyboard
-
Lioncash authored
The default constructor of a UUID instance doesn't initialize the underlying array.
-
Lioncash authored
Makes the checks a little more intuitive to read and doesn't construct an extra UUID instance
-
Lioncash authored
Ensures that the class always sees the types it needs.
-
Lioncash authored
Top-level const on a return by value can inhibit move semantics, and is unnecessary.
-
Lioncash authored
-
Lioncash authored
Avoids creating unnecessary 168 byte copies per callback invocation.
-
Lioncash authored
These are deprecated and make_address variants and to_uint() should be used instead.
-
Lioncash authored
We can also remove some redundant const on the return values, since these don't do anything
-
Lioncash authored
This is already checked inside GetCoreBit()
-
- 23 Jan, 2022 2 commits
- 22 Jan, 2022 7 commits
-
-
bunnei authored
yuzu: Add volume hotkeys
-
Valeri authored
* Fix compilation if CUDA_INCLUDE_DIRS is empty/contains multiple paths * Pass CMAKE_{C,CXX}_COMPILER_LAUNCHER to ffmpeg compiler
-
bunnei authored
input_common: Report battery for UDP controllers
-
bunnei authored
Various fixes to HLE service thread management
-
Narr the Reg authored
-
bunnei authored
service: apm: Stub ISession SetCpuOverclockEnabled
-
bunnei authored
- But do not enter the priority queue, as otherwise they will be scheduled. - Allows dummy threads to use guest synchronization primitives.
-
- 21 Jan, 2022 10 commits