| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #9071 from bunnei/mp-mm | 2022-10-19 | 41 | -1239/+2441 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | core: hle: kernel: Migrate ProcessState to enum class. | 2022-10-19 | 2 | -17/+17 | ||
| | * | | | | | | | | | core: Initialize: Add missing braces. | 2022-10-18 | 1 | -2/+4 | ||
| | * | | | | | | | | | core: core_timing: Re-initialize if single/multicore state changes. | 2022-10-18 | 3 | -14/+36 | ||
| | * | | | | | | | | | core: core_timing: Remove unused IsHostTiming. | 2022-10-18 | 1 | -5/+0 | ||
| | * | | | | | | | | | core: hle: kernel: Use result macros for new/changed code. | 2022-10-18 | 9 | -128/+110 | ||
| | * | | | | | | | | | core: Partially persist emulation state across game boots. | 2022-10-18 | 8 | -58/+65 | ||
| | * | | | | | | | | | core: hle: kernel: Fix InitializePreemption order. | 2022-10-18 | 1 | -1/+1 | ||
| | * | | | | | | | | | core: hle: kernel: k_process: Improve management of page table & cleanup. | 2022-10-18 | 7 | -60/+92 | ||
| | * | | | | | | | | | core: hle: kernel: k_interrupt_manager: HandleInterrupt should not depend on ... | 2022-10-18 | 1 | -12/+9 | ||
| | * | | | | | | | | | core: hle: kernel: Remove junk. | 2022-10-18 | 1 | -9/+0 | ||
| | * | | | | | | | | | core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup. | 2022-10-18 | 3 | -545/+624 | ||
| | * | | | | | | | | | video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPoo... | 2022-10-18 | 1 | -3/+4 | ||
| | * | | | | | | | | | core: hle: kernel: Integration application memory block slab manager. | 2022-10-18 | 3 | -3/+44 | ||
| | * | | | | | | | | | core: hle: kernel: k_page_table: Update, and integrate with new KMemoryBlockM... | 2022-10-18 | 2 | -251/+393 | ||
| | * | | | | | | | | | core: hle: kernel: k_memory_block: Update. | 2022-10-18 | 2 | -119/+391 | ||
| | * | | | | | | | | | core: hle: kernel: k_memory_block_manager: Update. | 2022-10-18 | 2 | -174/+380 | ||
| | * | | | | | | | | | core: hle: kernel: k_thread: Implement thread termination DPC. | 2022-10-18 | 5 | -1/+99 | ||
| | * | | | | | | | | | core: hle: kernel: Add KDynamicResourceManager. | 2022-10-18 | 2 | -0/+59 | ||
| | * | | | | | | | | | core: hle: kernel: Add KDynamicSlabHeap. | 2022-10-18 | 2 | -0/+123 | ||
| | * | | | | | | | | | core: hle: kernel: Add KDynamicPageManager. | 2022-10-18 | 2 | -0/+137 | ||
| | * | | | | | | | | | core: hle: kernel: k_process: Change Status -> State. | 2022-10-18 | 3 | -37/+27 | ||
| | * | | | | | | | | | core: hle: kernel: svc_types: Add SystemThreadPriorityHighest and ProcessState. | 2022-10-18 | 1 | -0/+13 | ||
| | * | | | | | | | | | core: device_memory: Templatize GetPointer(..). | 2022-10-18 | 9 | -19/+21 | ||
| | * | | | | | | | | | core: hle: result: Add GetInnerValue and Includes methods. | 2022-10-18 | 1 | -0/+8 | ||
| | * | | | | | | | | | core: hle: kernel: svc_common: Add WaitInfinite & cleanup. | 2022-10-18 | 1 | -2/+5 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #9084 from vonchenplus/dma_copy | 2022-10-19 | 7 | -73/+415 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | video_core: implement 1D copies based on VMM 'kind' | 2022-10-17 | 2 | -56/+73 | ||
| | * | | | | | | | | video_core: Implement memory manager page kind | 2022-10-17 | 5 | -17/+342 | ||
| * | | | | | | | | | Merge pull request #9054 from Docteh/just_lz4 | 2022-10-17 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | CMake: Try add library "LZ4::lz4_shared" if "lz4::lz4" is unavailable | 2022-10-13 | 1 | -1/+5 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #9087 from Morph1984/once | 2022-10-17 | 2 | -54/+45 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fixed_point: Replace CONSTEXPR14 with constexpr | 2022-10-17 | 1 | -50/+42 | ||
| | * | | | | | | | | general: Add missing pragma once | 2022-10-17 | 2 | -4/+3 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #9085 from Docteh/TX_TOKEN | 2022-10-17 | 2 | -10/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Set TX_TOKEN for transifex client | 2022-10-16 | 2 | -10/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9079 from Morph1984/unknown-unkowns | 2022-10-17 | 5 | -18/+18 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | video_core: Fix spelling of "synchronize" | 2022-10-16 | 2 | -5/+5 | ||
| | * | | | | | | | | general: Fix spelling of "unknown" | 2022-10-16 | 3 | -13/+13 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9080 from lat9nq/sdl-audio-not-null | 2022-10-17 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | sdl2_sink: Inline variable init into if condition | 2022-10-16 | 1 | -2/+1 | ||
| | * | | | | | | | sdl2_sink: Distinguish between capture and non-capture device names | 2022-10-16 | 1 | -1/+1 | ||
| | * | | | | | | | sdl2_sink: Check for null string when loading SDL audio devices | 2022-10-16 | 1 | -1/+4 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #9058 from Docteh/new_transifex_cli | 2022-10-15 | 3 | -8/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Translations: new transifex client | 2022-10-14 | 3 | -8/+6 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #9076 from Docteh/unknown | 2022-10-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | fix a tiny spelling mistake | 2022-10-15 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #9061 from liamwhite/writable-event | 2022-10-14 | 37 | -232/+151 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel: remove KWritableEvent | 2022-10-12 | 37 | -232/+151 | ||
| * | | | | | | | Merge pull request #9055 from liamwhite/hbl | 2022-10-14 | 15 | -55/+572 | ||
| |\ \ \ \ \ \ \ | ||||||