| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | core: hle: kernel: Disable dispatch count tracking on single core. | 2021-12-06 | 3 | -5/+14 | ||
| | * | | | | | | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. | 2021-12-06 | 1 | -1/+1 | ||
| | * | | | | | | core: cpu_manager: Use invalid core_id on init and simplify shutdown. | 2021-12-06 | 1 | -7/+3 | ||
| | * | | | | | | core: hle: kernel: k_auto_object: Add GetName method. | 2021-12-06 | 1 | -0/+4 | ||
| | * | | | | | | core: hle: kernel: DisableDispatch on suspend threads. | 2021-12-06 | 1 | -0/+3 | ||
| | * | | | | | | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. | 2021-12-06 | 1 | -14/+9 | ||
| | * | | | | | | core: cpu_manager: Use KScopedDisableDispatch. | 2021-12-06 | 1 | -7/+8 | ||
| | * | | | | | | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. | 2021-12-06 | 1 | -6/+2 | ||
| | * | | | | | | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. | 2021-12-06 | 1 | -5/+0 | ||
| | * | | | | | | core: hle: kernel: k_scheduler: Improve ScheduleImpl. | 2021-12-06 | 1 | -6/+7 | ||
| | * | | | | | | core: hle: kernel: k_scheduler: Improve Unload. | 2021-12-06 | 1 | -17/+29 | ||
| | * | | | | | | core: hle: kernel: k_process: DisableDispatch on main thread. | 2021-12-06 | 1 | -0/+1 | ||
| | * | | | | | | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. | 2021-12-06 | 2 | -0/+8 | ||
| | * | | | | | | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | 2021-12-06 | 2 | -1/+47 | ||
| | * | | | | | | core: hle: kernel: Ensure idle threads are closed before destroying scheduler. | 2021-12-06 | 3 | -24/+22 | ||
| | * | | | | | | core: hle: kernel: Reflect non-emulated threads as core 3. | 2021-12-06 | 7 | -14/+17 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #7495 from FernandoS27/text-blit-fix-again | 2021-12-09 | 1 | -3/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Texture Cache: Fix crashes on NVIDIA. | 2021-12-04 | 1 | -3/+6 | ||
| * | | | | | | | Merge pull request #7519 from itsmeft24/master | 2021-12-09 | 12 | -6/+611 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update k_code_memory.h | 2021-12-07 | 1 | -6/+6 | ||
| | * | | | | | | | make KCodeMemory::GetSourceAddress const | 2021-12-07 | 1 | -1/+1 | ||
| | * | | | | | | | fix formatting | 2021-12-06 | 1 | -1/+6 | ||
| | * | | | | | | | move private members below public members | 2021-12-06 | 1 | -10/+11 | ||
| | * | | | | | | | fix formatting | 2021-12-06 | 1 | -4/+1 | ||
| | * | | | | | | | fix formatting | 2021-12-06 | 1 | -1/+1 | ||
| | * | | | | | | | fix formatting | 2021-12-05 | 2 | -2/+2 | ||
| | * | | | | | | | Remove unnecessary includes | 2021-12-05 | 2 | -50/+13 | ||
| | * | | | | | | | Add copyright notice | 2021-12-05 | 2 | -0/+8 | ||
| | * | | | | | | | Add KCodeMemory to CMakeLists.txt | 2021-12-05 | 1 | -0/+2 | ||
| | * | | | | | | | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | 2021-12-05 | 11 | -7/+636 | ||
| * | | | | | | | | profiler: Use QWheelEvent position().toPoint() | 2021-12-08 | 1 | -1/+1 | ||
| * | | | | | | | | renderer_vulkan: Add R16G16_UINT | 2021-12-08 | 2 | -1/+2 | ||
| * | | | | | | | | Merge pull request #7525 from german77/notifa | 2021-12-07 | 6 | -0/+77 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/notif: Add notif:a and stub ListAlarmSettings,Initialize | 2021-12-06 | 6 | -0/+77 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7521 from german77/dual_single_joycons | 2021-12-07 | 5 | -38/+174 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| | * | | | | | | | service/hid: Implement SetNpadJoyAssignmentMode | 2021-12-05 | 5 | -38/+174 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #7488 from vonchenplus/support_multiple_videos_playing | 2021-12-07 | 8 | -40/+45 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Address feedback | 2021-12-05 | 5 | -17/+27 | ||
| | * | | | | | | | Support multiple videos playing | 2021-12-02 | 6 | -41/+36 | ||
| * | | | | | | | | Merge pull request #7506 from heinermann/focus_crash | 2021-12-07 | 1 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixed #7502 | 2021-12-04 | 1 | -8/+9 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7522 from ameerj/shader-recompiler-filenames | 2021-12-07 | 65 | -214/+282 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | emit_spirv: Reduce emit_spirv.h include overhead | 2021-12-05 | 20 | -3/+20 | ||
| | * | | | | | | | | glasm: Move implemented instructions from not_implemented.cpp | 2021-12-05 | 7 | -169/+220 | ||
| | * | | | | | | | | shader_recompiler: Adjust emit_context includes | 2021-12-05 | 37 | -37/+37 | ||
| | * | | | | | | | | shader_recompiler: Rename backend emit_context files | 2021-12-05 | 7 | -6/+6 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | CMakeLists: Specify /Zm200 when compiling in MSVC | 2021-12-06 | 1 | -0/+2 | ||
| | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #7524 from german77/hid_stub | 2021-12-06 | 2 | -2/+35 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs... | 2021-12-05 | 2 | -2/+35 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | loader: Support loading subsdk{8,9} | 2021-12-05 | 1 | -2/+3 | ||