- 25 Jan, 2022 8 commits
-
-
Lioncash authored
Necessary since memcpy is used.
-
Lioncash authored
Keeps the implementation hidden from the intended API and lessens the header dependencies on the interpreter's header.
-
Lioncash authored
Same behavior, but less code and header dependencies.
-
Lioncash authored
Simplifies the function interface.
-
Lioncash authored
Reduces the size of the impl class a tiny bit.
-
Lioncash authored
This doesn't depend on class state and can just be a regular function.
-
Lioncash authored
Keeps the implementation internalized and also reduces API-facing header dependencies. Notably, this fully internalizes all of the xbyak externals.
-
Lioncash authored
Given it's intended to be an internal implementation class, we can move it into the cpp file to ensure that. This also lets us move some header dependencies into the cpp file as well.
-
- 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 25 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.
-