- 24 Jan, 2022 6 commits
-
-
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.
-
- 23 Jan, 2022 1 commit
-
-
bunnei authored
Improve FFmpeg cmake file
-
- 22 Jan, 2022 6 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
-
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 27 commits
-
-
bunnei authored
service: Update function tables
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
Switchbrew has the function names now.
-
bunnei authored
Use Default Colorful theme by default outside of Windows
-
bunnei authored
shader_recompiler: fix potential OOB access
-
v1993 authored
On OSes with system-wide theming this allows yuzu to follow system style, regardless of its exact coloration, working well with both light and dark system themes. Dark /Colorful, on the other hand, forces dark theme regardless of user preferences set in system settings, making for a poor default. Use Colorful variation to keep in line with icon style of patron-voted Dark Colorful.
-
Morph authored
Since we don't currently support CPU overclocking within the emulated system, this can be stubbed for now, like APM IsCpuOverclockEnabled. - Used by Gravity Rider Zero
-
bunnei authored
common: bit_util: Add IsPow2 helper function
-
bunnei authored
- These are already tracked by kernel's registered_objects member.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This does not appear to be necessary anymore.
-
bunnei authored
- Considering is_thread_waiting is never set, so we can remove IsThreadWaiting. - KThread::EndWait will take the scheduler lock, so we can remove the redundant lock.
-
bunnei authored
- These are only used by host threads for locking and will never have a wait_queue.
-
bunnei authored
- These are only used by host threads for locking.
-
bunnei authored
- This will be used to ensure that we do not schedule dummy threads.
-
bunnei authored
core/hid: Increment shake force
-