Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ThreadState.
- This is how the real kernel works, and is more accurate and simpler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yuzu/main: Add basic command line arguments
|
|
config: Enable docked mode by default
|
|
apm: Stub IsCpuOverclockEnabled
|
|
|
|
This matches GCC's -Wunused-variable
|
|
|
|
common/div_ceil: Return numerator type
|
|
|
|
Fixes instances where DivCeil(u32, u64) would surprisingly return u64,
instead of the more natural u32.
|
|
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.
|
|
|
|
|
|
|
|
renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state
|
|
|
|
Co-authored-by: LC <mathew1800@gmail.com>
|
|
|
|
laying the groundwork for async gpu, although this does not fully implement async nvdec operations
|
|
Ignore the return value on __APPLE__ systems as well
|
|
PAGE_SHIFT is a #define in system headers that leaks into user code on some systems
|
|
gl_texture_cache: Avoid format views on Intel and AMD
|
|
core: Enforce C4715 (not all control paths return a value)
|
|
vulkan_common: Move device abstraction to the common directory and allow surfaceless devices
|
|
|
|
|
|
vk_rasterizer: Skip binding empty descriptor sets on compute
|
|
yuzu/main: Fix 'Hide mouse on inactivity' and port citra-emu/citra#5476
|
|
Fixes unit tests where compute shaders had no descriptors in the set,
making Vulkan drivers crash when binding an empty set.
|
|
fixes a data race as this is an unprotected variable manipulated by multiple threads
|
|
|
|
|