summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Remove unused variables in Qt codeGravatar Lioncash2021-01-142-21/+2
* Merge pull request #5343 from lioncash/qt6Gravatar Morph2021-01-141-6/+9
|\
| * configure_motion_touch: Migrate off QRegExp to QRegularExpressionGravatar Lioncash2021-01-131-6/+9
* | configure_motion_touch: Prevent use after move in ApplyConfiguration()Gravatar Lioncash2021-01-131-2/+1
|/
* Merge pull request #5330 from german77/regexerrorGravatar LC2021-01-131-2/+3
|\
| * Fix IP validator error where the last octet produced an error if the value wa...Gravatar german2021-01-131-2/+3
* | Merge pull request #5342 from lioncash/qt6Gravatar bunnei2021-01-132-3/+3
|\ \
| * | yuzu: Migrate off of setMargin() to setContentsMargins()Gravatar Lioncash2021-01-132-3/+3
* | | vulkan_device: Remove requirement on shaderStorageImageMultisampleGravatar ReinUsesLisp2021-01-131-1/+0
* | | cmake: Enforce -Werror=switch and -Werror=unused-variableGravatar Morph2021-01-131-0/+2
* | | Merge pull request #5280 from FearlessTobi/port-5666Gravatar bunnei2021-01-121-4/+12
|\ \ \
| * | | Address review commentsGravatar FearlessTobi2021-01-041-5/+5
| * | | Delete the old log file before rotating (#5675)Gravatar xperia642021-01-041-0/+3
| * | | Fix the old log file to work with the log parser.Gravatar bunnei2021-01-031-1/+1
| * | | Rotate previous log file to '.old' if it existsGravatar xperia642021-01-031-4/+9
* | | | Merge pull request #5311 from ReinUsesLisp/fence-waitGravatar bunnei2021-01-123-54/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | vk_fence_manager: Use timeline semaphores instead of spin waitsGravatar ReinUsesLisp2021-01-083-54/+18
* | | | common/parent_of_member: Replace TYPED_STORAGE define with template aliasGravatar Lioncash2021-01-112-8/+10
* | | | hle: kernel: thread: Preserve thread wait reason for debugging only.Gravatar bunnei2021-01-118-4/+74
* | | | yuzu: debugger: wait_tree: Handle unknown ThreadState.Gravatar bunnei2021-01-111-0/+3
* | | | hle: kernel: k_scheduler_lock: Fix shadowing errors.Gravatar bunnei2021-01-111-1/+1
* | | | core: arm: arm_interface: Fix shadowing errors.Gravatar bunnei2021-01-111-3/+4
* | | | core: hle: Add missing calls to MicroProfileOnThreadExit.Gravatar bunnei2021-01-112-0/+5
* | | | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.Gravatar bunnei2021-01-1115-1182/+508
* | | | core: hle: kernel: Update KAddressArbiter.Gravatar bunnei2021-01-113-0/+437
* | | | core: hle: kernel: Update KConditionVariable.Gravatar bunnei2021-01-114-0/+413
* | | | core: hle: kernel: Begin moving common SVC defintions to its own header.Gravatar bunnei2021-01-112-0/+14
* | | | hle: kernel: Remove unnecessary AddressArbiter definition.Gravatar bunnei2021-01-111-1/+0
* | | | common: common_funcs: Add R_UNLESS macro.Gravatar bunnei2021-01-111-0/+8
* | | | hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.Gravatar bunnei2021-01-112-6/+3
* | | | hle: kernel: Rename thread "status" to "state".Gravatar bunnei2021-01-111-2/+2
* | | | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...Gravatar bunnei2021-01-1112-172/+111
* | | | core: hle: kernel: Add some useful functions for checking kernel addresses.Gravatar bunnei2021-01-111-0/+19
* | | | core: hle: kernel: svc_types: Add type definitions for KAddressArbiter.Gravatar bunnei2021-01-111-0/+12
* | | | common: Introduce useful tree structures.Gravatar bunnei2021-01-114-0/+1641
* | | | core: hle: kernel: Update KSynchronizationObject.Gravatar bunnei2021-01-1133-621/+397
* | | | core: hle: kernel: Begin moving common SVC results to its own header.Gravatar bunnei2021-01-112-0/+21
* | | | hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.Gravatar bunnei2021-01-111-6/+0
* | | | Merge pull request #5229 from Morph1984/fullscreen-optGravatar bunnei2021-01-101-3/+39
|\ \ \ \
| * | | | yuzu/main: Add basic command line argumentsGravatar Morph2020-12-251-3/+39
* | | | | Merge pull request #5324 from Morph1984/docked-defaultGravatar LC2021-01-105-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | config: Enable docked mode by defaultGravatar Morph2021-01-105-6/+6
* | | | | Merge pull request #5312 from german77/overclockenabledGravatar bunnei2021-01-102-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Stub IsCpuOverclockEnabledGravatar german2021-01-082-1/+10
| | |/ / | |/| |
* | | | cmake: Enforce C4101Gravatar Morph2021-01-101-0/+1
* | | | yuzu_cmd: Silence unreferenced local variable warningGravatar Morph2021-01-101-2/+0
* | | | Merge pull request #5320 from ReinUsesLisp/div-ceil-typeGravatar LC2021-01-091-5/+5
|\ \ \ \
| * | | | common/div_ceil: Return numerator typeGravatar ReinUsesLisp2021-01-091-5/+5
* | | | | general: Resolve C4062 warnings on MSVCGravatar Morph2021-01-092-0/+4
* | | | | cmake: Enforce C4062, C4265, C4388, and C5038Gravatar ReinUsesLisp2021-01-091-0/+4