- 29 Dec, 2020 20 commits
-
-
bunnei authored
- This makes it such that we can safely access service members from CoreTiming thread.
-
bunnei authored
-
bunnei authored
- This will be reset on initialization.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Use proper mechanisms for blocking on DequeueBuffer. - Ensure service thread terminates on emulation Shutdown.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Now that GPU is always threaded, we can support multicore with synchronous GPU.
-
bunnei authored
-
bunnei authored
- We must always use a GPU thread now, even with synchronous GPU.
-
bunnei authored
- This was kind of hacky, and no longer is necessary with service threads.
-
bunnei authored
-
bunnei authored
- Note, this always processes the ioctl right away, which fixes BotW 1.0.0 issues.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- 28 Dec, 2020 1 commit
-
-
bunnei authored
InputCommon: Allow to invert analog axis with right click
-
- 26 Dec, 2020 1 commit
-
-
german authored
-
- 25 Dec, 2020 6 commits
-
-
Rodrigo Locatti authored
video_core: Enforce C4715 (not all control paths return a value)
-
Rodrigo Locatti authored
cmake: Always enable Vulkan
-
bunnei authored
* core: memory: Ensure thread safe access when pages are rasterizer cached.
-
ReinUsesLisp authored
Removes the unnecesary burden of maintaining separate #ifdef paths and allows us sharing generic Vulkan code across APIs.
-
ReinUsesLisp authored
Most of the time people write code that always returns a value, terminates execution, throws an exception, or uses an unconventional jump primitive. This is not always true when we build without asserts on mainline builds. To avoid introducing undefined behavior on our most used builds, enforce this warning signalling an error and stopping the build from shipping.
-
ReinUsesLisp authored
-
- 23 Dec, 2020 4 commits
-
-
bunnei authored
yuzu/main: Save settings when starting guest
-
LC authored
yuzu/main: Improve menubar access keys
-
lat9nq authored
Adds a unique access key to each action within each menu. A few actions already had their own access key, so those were untouched.
-
bunnei authored
Add option to reset window size to 1080p
-
- 22 Dec, 2020 3 commits
- 21 Dec, 2020 1 commit
-
-
bunnei authored
Rewrite Kernel scheduler based on Atmosphere
-
- 20 Dec, 2020 2 commits
- 19 Dec, 2020 1 commit
-
-
FearlessTobi authored
The gdbstub itself was removed with https://github.com/yuzu-emu/yuzu/pull/5028. This PR just removes the remaining gdb configuration code from the emulator and the UI.
-
- 18 Dec, 2020 1 commit
-
-
Morph authored
-