- 27 Jan, 2022 1 commit
-
-
german77 authored
-
- 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
-
- 20 Jan, 2022 2 commits
- 19 Jan, 2022 3 commits
-
-
Morph authored
service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp
-
Fernando S authored
vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64Features
-
german77 authored
-