| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9965 from german77/thankYouEpicBoy | 2023-03-21 | 1 | -0/+3 | |
| |\ | | | | | config: Fix controller config from resetting | ||||
| | * | config: Fix controller config from resetting | 2023-03-17 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge pull request #9970 from bunnei/string-util-view | 2023-03-19 | 2 | -11/+11 | |
| |\ \ | | | | | | | common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. | ||||
| | * | | common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. | 2023-03-18 | 2 | -11/+11 | |
| | | | | |||||
| * | | | kernel: fix LOG_TRACE in ipc | 2023-03-19 | 1 | -1/+1 | |
| |/ / | |||||
| * | | common: bounded_threadsafe_queue: Use polyfill_thread. | 2023-03-17 | 1 | -2/+3 | |
| | | | |||||
| * | | Merge pull request #9778 from behunin/my-box-chevy | 2023-03-17 | 2 | -3/+4 | |
| |\ \ | | | | | | | gpu_thread: Use bounded queue | ||||
| | * | | gpu_thread: Use bounded queue | 2023-03-03 | 2 | -3/+4 | |
| | | | | |||||
| * | | | Merge pull request #9953 from german77/amiibo_crc | 2023-03-17 | 7 | -52/+157 | |
| |\ \ \ | |_|/ |/| | | service: nfp: Actually write correct crc | ||||
| | * | | service: nfp: Replace crc function with boost equivalent | 2023-03-16 | 2 | -28/+17 | |
| | | | | |||||
| | * | | service: nfp: Close app area and recreate crc | 2023-03-15 | 1 | -0/+10 | |
| | | | | |||||
| | * | | service: nfp: Convert mii colors to v3 | 2023-03-15 | 6 | -15/+100 | |
| | | | | |||||
| | * | | service: nfp: Actually write correct crc | 2023-03-14 | 6 | -23/+44 | |
| | | | | |||||
| * | | | Merge pull request #9955 from liamwhite/color-blend-equation | 2023-03-15 | 1 | -0/+6 | |
| |\ \ \ | | | | | | | | | vulkan: disable extendedDynamicState3ColorBlendEquation on radv | ||||
| | * | | | vulkan: disable extendedDynamicState3ColorBlendEquation on radv | 2023-03-15 | 1 | -0/+6 | |
| | |/ / | |||||
| * | | | Merge pull request #9931 from liamwhite/sched | 2023-03-15 | 2 | -28/+62 | |
| |\ \ \ | |/ / |/| | | vk_scheduler: split work queue waits and execution waits | ||||
| | * | | vk_scheduler: split work queue waits and execution waits | 2023-03-12 | 2 | -28/+62 | |
| | | | | |||||
| * | | | Merge pull request #9933 from vonchenplus/texture_format | 2023-03-14 | 3 | -72/+67 | |
| |\ \ \ | | | | | | | | | video_core: Update texture format | ||||
| | * | | | video_core: Update texture format | 2023-03-10 | 3 | -72/+67 | |
| | |/ / | |||||
| * | | | configure_audio: Fix output mode setting not saving | 2023-03-13 | 2 | -9/+9 | |
| | | | | |||||
| * | | | Merge pull request #9939 from german77/vibration | 2023-03-13 | 1 | -1/+16 | |
| |\ \ \ | | | | | | | | | input_common: sdl: Only send last vibration command | ||||
| | * | | | input_common: sdl: Only send last vibration command | 2023-03-12 | 1 | -1/+16 | |
| | | | | | |||||
| * | | | | Merge pull request #9941 from german77/settings | 2023-03-13 | 7 | -98/+62 | |
| |\ \ \ \ | | | | | | | | | | | yuzu: Move audio settings to audio section | ||||
| | * | | | | yuzu: Move audio settings to audio section | 2023-03-11 | 6 | -45/+56 | |
| | | | | | | |||||
| | * | | | | yuzu: Remove console id setting | 2023-03-11 | 3 | -53/+6 | |
| | | | | | | |||||
| * | | | | | Merge pull request #9943 from vonchenplus/gentleman | 2023-03-13 | 3 | -2/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | video_core: Fix inline_index and draw_texture error | ||||
| | * | | | | | video_core: Fix ogl status error when draw_texture | 2023-03-12 | 2 | -2/+2 | |
| | | | | | | | |||||
| | * | | | | | video_core: Invalid index_buffer flag when inline_index draw | 2023-03-12 | 1 | -0/+1 | |
| | | |_|/ / | |/| | | | |||||
| * | | | | | kernel: additional style fixes to KThread, KProcess | 2023-03-12 | 2 | -27/+27 | |
| | | | | | | |||||
| * | | | | | kernel: fix clang build | 2023-03-12 | 1 | -2/+2 | |
| | | | | | | |||||
| * | | | | | kernel: remove unnecessary finalize calls | 2023-03-12 | 2 | -7/+1 | |
| | | | | | | |||||
| * | | | | | kernel: convert KProcess to new style | 2023-03-12 | 10 | -240/+254 | |
| | | | | | | |||||
| * | | | | | kernel: convert KThread to new style | 2023-03-12 | 15 | -670/+519 | |
| | | | | | | |||||
| * | | | | | kernel: prefer std::addressof | 2023-03-12 | 21 | -134/+139 | |
| | | | | | | |||||
| * | | | | | kernel: convert KResourceLimit | 2023-03-12 | 2 | -59/+59 | |
| | | | | | | |||||
| * | | | | | kernel: remove kernel_ | 2023-03-12 | 41 | -295/+290 | |
| | | | | | | |||||
| * | | | | | kernel: remove gratitutous attribute usage | 2023-03-12 | 8 | -29/+24 | |
| | | | | | | |||||
| * | | | | | kernel/svc: convert to new style | 2023-03-12 | 21 | -304/+192 | |
| | | | | | | |||||
| * | | | | | kernel: convert miscellaneous | 2023-03-12 | 7 | -94/+81 | |
| | | | | | | |||||
| * | | | | | kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, ↵ | 2023-03-12 | 9 | -97/+99 | |
| | | | | | | | | | | | | | | | | | | | | | KSharedMemory, KSpinLock | ||||
| * | | | | | kernel: convert KAbstractSchedulerLock | 2023-03-12 | 1 | -31/+24 | |
| | | | | | | |||||
| * | | | | | kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, ↵ | 2023-03-12 | 6 | -121/+121 | |
| | | | | | | | | | | | | | | | | | | | | | KPriorityQueue | ||||
| * | | | | | kernel: move KMemoryLayout for NX board | 2023-03-12 | 2 | -1/+1 | |
| | | | | | | |||||
| * | | | | | kernel: remove KLinkedList | 2023-03-12 | 5 | -245/+0 | |
| | | | | | | |||||
| * | | | | | kernel: convert KConditionVariable, KLightConditionVariable, KLightLock | 2023-03-12 | 7 | -75/+77 | |
| | | | | | | |||||
| * | | | | | kernel: convert KPort, KSession | 2023-03-12 | 28 | -226/+196 | |
| | | | | | | |||||
| * | | | | | kernel: convert GlobalSchedulerContext, KAddressArbiter, ↵ | 2023-03-12 | 8 | -142/+130 | |
| | |_|/ / |/| | | | | | | | | | | | KScopedSchedulerLockAndSleep, KThreadQueue to new style | ||||
| * | | | | general: fix spelling mistakes | 2023-03-12 | 102 | -206/+206 | |
| | | | | | |||||
| * | | | | Merge pull request #9913 from ameerj/acc-dma-refactor | 2023-03-11 | 10 | -260/+208 | |
| |\ \ \ \ | | | | | | | | | | | AccelerateDMA: Refactor Buffer/Image copy code and implement for OGL | ||||
| | * | | | | gl_rasterizer: Implement AccelerateDMA DmaBufferImageCopy | 2023-03-06 | 2 | -9/+52 | |
| | | | | | | |||||