- 13 Jan, 2021 5 commits
-
-
ReinUsesLisp authored
yuzu doesn't currently emulate MS image stores. Requiring this makes no sense for now. Fixes ANV not booting any games on Vulkan.
-
LC authored
cmake: Enforce -Werror=switch and -Werror=unused-variable
-
Morph authored
-
bunnei authored
Port citra-emu/citra#5666: "Rotate previous log file to "citra_log.txt.old""
-
bunnei authored
vk_fence_manager: Use timeline semaphores instead of spin waits
-
- 12 Jan, 2021 1 commit
-
-
bunnei authored
common/parent_of_member: Replace TYPED_STORAGE define with template alias
-
- 11 Jan, 2021 24 commits
-
-
Lioncash authored
Provides the same construct, but makes it obey namespacing.
-
bunnei authored
Rewrite KSynchronizationObject, KConditonVariable, and KAddressArbiter
-
bunnei authored
- This is decoupled from core functionality and used for debugging only.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This is how the real kernel works, and is more accurate and simpler.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
yuzu/main: Add basic command line arguments
-
LC authored
config: Enable docked mode by default
-
- 10 Jan, 2021 5 commits
- 09 Jan, 2021 5 commits
-
-
LC authored
common/div_ceil: Return numerator type
-
LC authored
general: Resolve C4062 warnings on MSVC
-
Morph authored
-
ReinUsesLisp authored
Fixes instances where DivCeil(u32, u64) would surprisingly return u64, instead of the more natural u32.
-
Rodrigo Locatti authored
cmake: Enforce C4062, C4265, C4388, and C5038
-