| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Fix the old log file to work with the log parser. | 2021-01-03 | 1 | -1/+1 | ||
| | * | | | | | | | | | | Rotate previous log file to '.old' if it exists | 2021-01-03 | 1 | -4/+9 | ||
| * | | | | | | | | | | | Merge pull request #5311 from ReinUsesLisp/fence-wait | 2021-01-12 | 3 | -54/+18 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | vk_fence_manager: Use timeline semaphores instead of spin waits | 2021-01-08 | 3 | -54/+18 | ||
| * | | | | | | | | | | | Merge pull request #5333 from lioncash/define | 2021-01-11 | 2 | -8/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | common/parent_of_member: Replace TYPED_STORAGE define with template alias | 2021-01-11 | 2 | -8/+10 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #5266 from bunnei/kernel-synch | 2021-01-11 | 56 | -1908/+3583 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | hle: kernel: thread: Preserve thread wait reason for debugging only. | 2021-01-11 | 8 | -4/+74 | ||
| | * | | | | | | | | | | yuzu: debugger: wait_tree: Handle unknown ThreadState. | 2021-01-11 | 1 | -0/+3 | ||
| | * | | | | | | | | | | hle: kernel: k_scheduler_lock: Fix shadowing errors. | 2021-01-11 | 1 | -1/+1 | ||
| | * | | | | | | | | | | core: arm: arm_interface: Fix shadowing errors. | 2021-01-11 | 1 | -3/+4 | ||
| | * | | | | | | | | | | core: hle: Add missing calls to MicroProfileOnThreadExit. | 2021-01-11 | 2 | -0/+5 | ||
| | * | | | | | | | | | | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | 2021-01-11 | 15 | -1182/+508 | ||
| | * | | | | | | | | | | core: hle: kernel: Update KAddressArbiter. | 2021-01-11 | 3 | -0/+437 | ||
| | * | | | | | | | | | | core: hle: kernel: Update KConditionVariable. | 2021-01-11 | 4 | -0/+413 | ||
| | * | | | | | | | | | | core: hle: kernel: Begin moving common SVC defintions to its own header. | 2021-01-11 | 2 | -0/+14 | ||
| | * | | | | | | | | | | hle: kernel: Remove unnecessary AddressArbiter definition. | 2021-01-11 | 1 | -1/+0 | ||
| | * | | | | | | | | | | common: common_funcs: Add R_UNLESS macro. | 2021-01-11 | 1 | -0/+8 | ||
| | * | | | | | | | | | | hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged. | 2021-01-11 | 2 | -6/+3 | ||
| | * | | | | | | | | | | hle: kernel: Rename thread "status" to "state". | 2021-01-11 | 1 | -2/+2 | ||
| | * | | | | | | | | | | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr... | 2021-01-11 | 12 | -172/+111 | ||
| | * | | | | | | | | | | core: hle: kernel: Add some useful functions for checking kernel addresses. | 2021-01-11 | 1 | -0/+19 | ||
| | * | | | | | | | | | | core: hle: kernel: svc_types: Add type definitions for KAddressArbiter. | 2021-01-11 | 1 | -0/+12 | ||
| | * | | | | | | | | | | common: Introduce useful tree structures. | 2021-01-11 | 4 | -0/+1641 | ||
| | * | | | | | | | | | | core: hle: kernel: Update KSynchronizationObject. | 2021-01-11 | 33 | -621/+397 | ||
| | * | | | | | | | | | | core: hle: kernel: Begin moving common SVC results to its own header. | 2021-01-11 | 2 | -0/+21 | ||
| | * | | | | | | | | | | hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. | 2021-01-11 | 1 | -6/+0 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #5229 from Morph1984/fullscreen-opt | 2021-01-10 | 1 | -3/+39 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu/main: Add basic command line arguments | 2020-12-25 | 1 | -3/+39 | ||
| * | | | | | | | | | | | Merge pull request #5324 from Morph1984/docked-default | 2021-01-10 | 5 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | config: Enable docked mode by default | 2021-01-10 | 5 | -6/+6 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5312 from german77/overclockenabled | 2021-01-10 | 2 | -1/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Stub IsCpuOverclockEnabled | 2021-01-08 | 2 | -1/+10 | ||
| * | | | | | | | | | | Merge pull request #5323 from Morph1984/enforce-c4101 | 2021-01-09 | 2 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | cmake: Enforce C4101 | 2021-01-10 | 1 | -0/+1 | ||
| | * | | | | | | | | | | yuzu_cmd: Silence unreferenced local variable warning | 2021-01-10 | 1 | -2/+0 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #5320 from ReinUsesLisp/div-ceil-type | 2021-01-09 | 1 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | common/div_ceil: Return numerator type | 2021-01-09 | 1 | -5/+5 | ||
| * | | | | | | | | | | | Merge pull request #5322 from Morph1984/resolve-c4062-msvc | 2021-01-09 | 2 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | general: Resolve C4062 warnings on MSVC | 2021-01-09 | 2 | -0/+4 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #5319 from ReinUsesLisp/msvc-warnings | 2021-01-09 | 5 | -29/+28 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | cmake: Enforce C4062, C4265, C4388, and C5038 | 2021-01-09 | 1 | -0/+4 | ||
| | * | | | | | | | | | | file_sys/registered_cache: Silence virtual functions without override warnings | 2021-01-09 | 1 | -4/+4 | ||
| | * | | | | | | | | | | core: Silence unhandled enum in switch warnings | 2021-01-08 | 2 | -10/+5 | ||
| | * | | | | | | | | | | tests/ring_buffer: Silence signed/unsigned mismatch warnings | 2021-01-08 | 1 | -15/+15 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #5231 from ReinUsesLisp/dyn-bindings | 2021-01-08 | 3 | -26/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state | 2020-12-25 | 3 | -26/+12 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5300 from JeremyStarTM/patch-1 | 2021-01-08 | 1 | -1/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Removed MacOS build link | 2021-01-06 | 1 | -1/+0 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5310 from lat9nq/fix-disable-web-service | 2021-01-07 | 1 | -2/+6 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||