- 11 Jan, 2021 21 commits
-
-
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 9 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
-
ReinUsesLisp authored
This should match some warnings we treat as errors on gcc and clang, caching bugs early and reducing the number of instances where we have to edit commits to make CI happy when developing from Windows.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 08 Jan, 2021 4 commits
- 07 Jan, 2021 1 commit
-
-
lat9nq authored
Boxcat is a web service but is still enabled if ENABLE_WEB_SERVICE is disabled during the CMake stage, which causes compilation issues with either missing headers or missing libraries. This disables YUZU_ENABLE_BOXCAT regardless of the input if ENABLE_WEB_SERVICE is disabled.
-