Age | Commit message (Collapse) | Author |
|
configure_motion_touch: Prevent use after move in ApplyConfiguration()
|
|
touch_engine was being compared against after being moved into the
setter for the engine, so this comparison wouldn't behave properly.
|
|
Fix IP validator error
|
|
yuzu: Migrate off of setMargin() to setContentsMargins()
|
|
was higher than 199
|
|
setMargin() has been deprecated since Qt 5, and replaced with
setContentsMargins(). We can move over to setContentsMargins() to stay
forward-compatible with Qt 6.0.
|
|
vulkan_device: Remove requirement on shaderStorageImageMultisample
|
|
yuzu doesn't currently emulate MS image stores. Requiring this makes no
sense for now. Fixes ANV not booting any games on Vulkan.
|
|
cmake: Enforce -Werror=switch and -Werror=unused-variable
|
|
|
|
Port citra-emu/citra#5666: "Rotate previous log file to "citra_log.txt.old""
|
|
vk_fence_manager: Use timeline semaphores instead of spin waits
|
|
common/parent_of_member: Replace TYPED_STORAGE define with template alias
|
|
Provides the same construct, but makes it obey namespacing.
|
|
Rewrite KSynchronizationObject, KConditonVariable, and KAddressArbiter
|
|
- This is decoupled from core functionality and used for debugging only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
cmake: Enforce C4101
|
|
This matches GCC's -Wunused-variable
|
|
|
|
common/div_ceil: Return numerator type
|
|
general: Resolve C4062 warnings on MSVC
|
|
|
|
Fixes instances where DivCeil(u32, u64) would surprisingly return u64,
instead of the more natural u32.
|
|
cmake: Enforce C4062, C4265, C4388, and C5038
|
|
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.
|
|
|
|
|