summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."Gravatar bunnei2021-03-0510-58/+59
* Merge pull request #6034 from Morph1984/mbedtlsGravatar bunnei2021-03-051-2/+0
|\
| * aes_util: Remove malformed mbedtls_cipher_finish function callGravatar Morph2021-03-051-2/+0
* | Merge pull request #6006 from bunnei/fiber-unique-ptrGravatar bunnei2021-03-0410-59/+58
|\ \ | |/ |/|
| * core: Switch to unique_ptr for usage of Common::Fiber.Gravatar bunnei2021-02-2710-59/+58
* | Merge pull request #5989 from ReinUsesLisp/cmdpoolGravatar bunnei2021-03-041-1/+1
|\ \
| * | vk_command_pool: Reduce the command pool size from 4096 to 4Gravatar ReinUsesLisp2021-02-231-1/+1
* | | Merge pull request #6004 from german77/udprandomGravatar bunnei2021-03-034-19/+23
|\ \ \
| * | | inputCommon: Use an unique client id for each socket instanceGravatar german2021-03-014-19/+23
* | | | Merge pull request #5815 from comex/net-error-reformGravatar bunnei2021-03-026-111/+147
|\ \ \ \
| * | | | [network] Error handling reformGravatar comex2021-02-286-111/+147
* | | | | core: Shutdown: Move kernel cleanup to later in shutdown.Gravatar bunnei2021-03-011-12/+1
* | | | | Fix default bcat_backend initGravatar Kelebek12021-03-022-3/+3
| |/ / / |/| | |
* | | | gpu_thread: Remove Async NVDEC placeholdersGravatar ameerj2021-02-283-26/+8
|/ / /
* | | Merge pull request #6007 from bunnei/ldn-errorGravatar bunnei2021-02-281-1/+1
|\ \ \
| * | | core: hle: ldn: Error out on call to Initialization.Gravatar bunnei2021-02-271-1/+1
| | |/ | |/|
* | | Merge pull request #5276 from german77/gesturesGravatar Morph2021-02-272-11/+240
|\ \ \
| * | | Implements touch, pan, pinch and rotation gesturesGravatar german2021-02-272-11/+240
* | | | Merge pull request #5984 from jbeich/gcc-freebsdGravatar bunnei2021-02-272-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | video_core: add missing header after 468bd9c1b0f9Gravatar Jan Beich2021-02-231-0/+1
| * | | common: add missing header after f3805376f726Gravatar Jan Beich2021-02-231-0/+1
| | |/ | |/|
* | | Merge pull request #5953 from bunnei/memory-refactor-1Gravatar bunnei2021-02-2756-1212/+1690
|\ \ \
| * | | hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei2021-02-1824-147/+131
| * | | hle: kernel: Migrate MemoryManager to KMemoryManager.Gravatar bunnei2021-02-188-47/+48
| * | | hle: kernel: Migrate PageLinkedList to KPageLinkedList.Gravatar bunnei2021-02-188-38/+41
| * | | hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.Gravatar bunnei2021-02-1818-476/+479
| * | | hle: kernel: Migrate SlabHeap to KSlabHeap.Gravatar bunnei2021-02-184-22/+21
| * | | hle: kernel: Migrate MemoryLayout to KMemoryLayout.Gravatar bunnei2021-02-185-31/+30
| * | | hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.Gravatar bunnei2021-02-184-59/+54
| * | | hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous.Gravatar bunnei2021-02-182-4/+28
| * | | hle: kernel: KSystemControl does not belong in Memory namespace.Gravatar bunnei2021-02-187-31/+38
| * | | hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.Gravatar bunnei2021-02-184-197/+23
| * | | hle: kernel: Add KPageBitmap class.Gravatar bunnei2021-02-182-0/+280
| * | | hle: kernel: system_control: Add function GenerateRandomU64.Gravatar bunnei2021-02-182-3/+5
| * | | common: Add implementation of TinyMT (Mersenne Twister RNG).Gravatar bunnei2021-02-182-0/+251
| * | | hle: kernel: Add KSpinLock implementation.Gravatar bunnei2021-02-183-0/+89
| * | | core: memory: Add templated GetPointer methods.Gravatar bunnei2021-02-181-0/+10
| * | | common: alignment: Add DivideUp utility method.Gravatar bunnei2021-02-181-0/+5
| * | | hle: kernel: Rename SharedMemory to KSharedMemory.Gravatar bunnei2021-02-1813-54/+54
* | | | Merge pull request #5944 from Morph1984/gc-vibrationsGravatar bunnei2021-02-262-3/+130
|\ \ \ \
| * | | | hid: Implement GameCube Controller VibrationsGravatar Morph2021-02-212-3/+130
* | | | | Merge pull request #5997 from Kelebek1/DepthGravatar bunnei2021-02-263-1/+12
|\ \ \ \ \
| * | | | | Implement glDepthRangeIndexeddNVGravatar Kelebek12021-02-243-1/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #5977 from Morph1984/stub-accGravatar bunnei2021-02-241-1/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | acc: Stub GetNintendoAccountUserResourceCacheForApplicationGravatar Morph2021-02-211-1/+17
| |/ / /
* | | | Merge pull request #5936 from Kelebek1/OffsetsGravatar bunnei2021-02-213-9/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Review 1Gravatar Kelebek12021-02-152-3/+3
| * | | Implement texture offset support for TexelFetch and TextureGather and add off...Gravatar Kelebek12021-02-153-9/+34
* | | | kernel: Fix resource release exception on exitGravatar ameerj2021-02-204-2/+16
* | | | gl_disk_shader_cache: Log total shader entries count on game loadGravatar Morph2021-02-201-0/+4