summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10003 from german77/disconnectGravatar liamwhite2023-03-281-1/+2
|\
| * service: hid: Silence warning on MergeSingleJoyAsDualJoyGravatar Narr the Reg2023-03-271-1/+2
* | Merge pull request #9982 from Morph1984/tpauseGravatar liamwhite2023-03-288-8/+97
|\ \
| * | telemetry: Add waitpkg instructionGravatar Morph2023-03-271-0/+1
| * | x64: Simplify RDTSC on non-MSVC compilersGravatar Morph2023-03-272-16/+10
| * | core_timing: Make use of MicroSleep for x64 CPUsGravatar Morph2023-03-271-0/+8
| * | x64: Add MicroSleepGravatar Morph2023-03-273-0/+84
| * | x64: cpu_detect: Add detection of waitpkg instructionsGravatar Morph2023-03-272-0/+2
|/ /
* | Merge pull request #10002 from german77/logGravatar liamwhite2023-03-271-2/+2
|\ \
| * | qt: Fix log softlockGravatar Narr the Reg2023-03-271-2/+2
| |/
* | Merge pull request #9984 from liamwhite/global-memoryGravatar liamwhite2023-03-2744-226/+185
|\ \
| * | memory: rename global memory references to application memoryGravatar Liam2023-03-2344-226/+185
* | | Merge pull request #9995 from german77/plainGravatar liamwhite2023-03-275-8/+37
|\ \ \
| * | | service: nfp: Add plain amiibo supportGravatar german772023-03-265-8/+37
| | |/ | |/|
* | | Merge pull request #9994 from liamwhite/integer-constantGravatar liamwhite2023-03-261-17/+20
|\ \ \ | |/ / |/| |
| * | tests: mark integer literals as unsignedGravatar Liam2023-03-261-17/+20
|/ /
* | Merge pull request #9992 from liamwhite/climitsGravatar Morph2023-03-261-0/+1
|\ \
| * | container_hash: use climitsGravatar Liam2023-03-261-0/+1
|/ /
* | Merge pull request #9989 from Morph1984/boost-1.79-exactGravatar Morph2023-03-267-5/+139
|\ \
| * | video_core/macro: Make use of Common::HashValueGravatar Morph2023-03-251-3/+3
| * | tests: Implement tests for verifying HashValueGravatar Morph2023-03-252-0/+42
| * | common: Port boost's hash_value implementationGravatar Morph2023-03-252-0/+92
| * | CMakeLists: Require a minimum of boost 1.79.0Gravatar Morph2023-03-252-2/+2
|/ /
* | Merge pull request #9985 from liamwhite/funny-memeGravatar bunnei2023-03-241-1/+1
|\ \
| * | vulkan: fix scheduler chunk reserveGravatar Liam2023-03-241-1/+1
* | | Merge pull request #9988 from rschlaikjer/rs-gpu-page-table-copy-elisionGravatar Morph2023-03-251-31/+32
|\ \ \
| * | | Pass GPU page table by referenceGravatar Ross Schlaikjer2023-03-251-31/+32
|/ / /
* | | Merge pull request #9983 from Morph1984/boostGravatar liamwhite2023-03-244-3/+3
|\ \ \
| * | | zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSizeGravatar Morph2023-03-231-1/+1
| * | | CMakeLists: Update boost to 1.81.0Gravatar Morph2023-03-231-1/+1
| * | | vcpkg: Update vcpkg to 2023.02.24Gravatar Morph2023-03-232-1/+1
| | |/ | |/|
* | | Merge pull request #9981 from german77/nfp_connectGravatar liamwhite2023-03-244-4/+30
|\ \ \ | |_|/ |/| |
| * | nfc: Initialize device when controller is connectedGravatar Narr the Reg2023-03-214-4/+30
* | | Merge pull request #9975 from liamwhite/more-waitingGravatar Morph2023-03-241-4/+5
|\ \ \ | |_|/ |/| |
| * | vulkan: fix more excessive waiting in schedulerGravatar Liam2023-03-191-4/+5
| |/
* | Merge pull request #9971 from Morph1984/qGravatar liamwhite2023-03-233-124/+215
|\ \
| * | bounded_threadsafe_queue: Refactor PopGravatar Morph2023-03-211-140/+62
| * | bounded_threadsafe_queue: Add producer cv to avoid busy waitingGravatar Morph2023-03-211-17/+29
| * | bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph2023-03-213-88/+86
| * | bounded_threadsafe_queue: Add TryPushGravatar Morph2023-03-211-0/+71
| * | logging: Make use of bounded queueGravatar Morph2023-03-211-8/+8
| * | bounded_threadsafe_queue: Use simplified impl of bounded queueGravatar Morph2023-03-212-115/+203
* | | Merge pull request #9964 from liamwhite/typed-addressGravatar liamwhite2023-03-23101-1102/+1574
|\ \ \
| * | | kernel: use KTypedAddress for addressesGravatar Liam2023-03-22101-1102/+1574
* | | | Merge pull request #9962 from Kelebek1/disable_srgbGravatar Morph2023-03-231-6/+8
|\ \ \ \
| * | | | Disable SRGB border color conversion for now, to fix shadows in Xenoblade.Gravatar Kelebek12023-03-171-6/+8
| |/ / /
* | | | Merge pull request #9965 from german77/thankYouEpicBoyGravatar bunnei2023-03-211-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | config: Fix controller config from resettingGravatar Narr the Reg2023-03-171-0/+3
| |/ /
* | | Merge pull request #9970 from bunnei/string-util-viewGravatar bunnei2023-03-192-11/+11
|\ \ \
| * | | common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.Gravatar bunnei2023-03-182-11/+11
| | |/ | |/|