- 15 Jan, 2021 1 commit
-
-
ReinUsesLisp authored
-
- 14 Jan, 2021 8 commits
-
-
LC authored
ci/linux: Make Mainline AppImages updateable
-
bunnei authored
yuzu: Remove unused variables in Qt code
-
Lioncash authored
Removes two unused variables in out Qt code. In this case the removal of these two results in less allocations, given std::map allocates on the heap.
-
Morph authored
configure_motion_touch: Migrate off QRegExp to QRegularExpression
-
Morph authored
configure_motion_touch: Prevent use after move in ApplyConfiguration()
-
Lioncash authored
touch_engine was being compared against after being moved into the setter for the engine, so this comparison wouldn't behave properly.
-
Lioncash authored
QRegularExpression was introduced in Qt 5 as a better replacement for QRegExp. In Qt 6.0 QRegExp is removed entirely. To remain forward compatible with Qt 6.0, we can transition over to using QRegularExpression.
-
LC authored
Fix IP validator error
-
- 13 Jan, 2021 9 commits
-
-
bunnei authored
yuzu: Migrate off of setMargin() to setContentsMargins()
-
german authored
-
Lioncash authored
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.
-
Morph authored
vulkan_device: Remove requirement on shaderStorageImageMultisample
-
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 21 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
-