aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-06hle: kernel: KConditionVariable: Various updates & simplifications.bunnei
2021-12-06hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).bunnei
2021-12-06hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).bunnei
2021-12-06hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.bunnei
2021-12-06hle: kernel: KServerSession: Migrate to updated KThreadQueue.bunnei
2021-12-06hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.bunnei
2021-12-06hle: kernel: KLightLock: Migrate to updated KThreadQueue.bunnei
2021-12-06hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.bunnei
2021-12-06hle: kernel: KThread: Remove tracking of sync object from threads.bunnei
2021-12-06hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.bunnei
2021-12-06core: hle: kernel: Disable dispatch count tracking on single core.bunnei
- This would have limited value, and would be a mess to handle properly.
2021-12-06core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.bunnei
2021-12-06core: cpu_manager: Use invalid core_id on init and simplify shutdown.bunnei
2021-12-06core: hle: kernel: k_auto_object: Add GetName method.bunnei
- Useful purely for debugging.
2021-12-06core: hle: kernel: DisableDispatch on suspend threads.bunnei
2021-12-06core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.bunnei
2021-12-06core: cpu_manager: Use KScopedDisableDispatch.bunnei
2021-12-06core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.bunnei
2021-12-06core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.bunnei
2021-12-06core: hle: kernel: k_scheduler: Improve ScheduleImpl.bunnei
2021-12-06core: hle: kernel: k_scheduler: Improve Unload.bunnei
2021-12-06core: hle: kernel: k_process: DisableDispatch on main thread.bunnei
2021-12-06core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei
2021-12-06core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei
2021-12-06core: hle: kernel: Ensure idle threads are closed before destroying scheduler.bunnei
2021-12-06core: hle: kernel: Reflect non-emulated threads as core 3.bunnei
2021-12-06CMakeLists: Specify /Zm200 when compiling in MSVCMorph
This increases the memory heap size for constructing precompiled headers to 2x the default.
2021-12-06Merge pull request #7524 from german77/hid_stubbunnei
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman77
Used by ring fit adventure 1.2.0
2021-12-06fix formattingitsmeft24
2021-12-06move private members below public membersitsmeft24
2021-12-06fix formattingitsmeft24
2021-12-06fix formattingitsmeft24
Co-authored-by: Mai M. <mathew1800@gmail.com>
2021-12-05service/hid: Stub SetNpadCaptureButtonAssignment and ↵german77
ClearNpadCaptureButtonAssignment Used by ring fit adventure 1.2.0
2021-12-05loader: Support loading subsdk{8,9}jam1garner
2021-12-05fix formattingitsmeft24
2021-12-05Remove unnecessary includesitsmeft24
2021-12-05emit_spirv: Reduce emit_spirv.h include overheadameerj
emit_spirv.h is included in video_core, which was propagating further includes that video_core did not depend on.
2021-12-05glasm: Move implemented instructions from not_implemented.cppameerj
2021-12-05shader_recompiler: Adjust emit_context includesameerj
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman77
2021-12-05Add copyright noticeitsmeft24
2021-12-05shader_recompiler: Rename backend emit_context filesameerj
2021-12-05general: Add missing copyright noticesameerj
2021-12-05Add KCodeMemory to CMakeLists.txtitsmeft24
2021-12-05vk_texture_cache: Add ABGR src format check for D24S8 conversionsameerj
2021-12-05renderer_opengl: Minor refactoring of filter selectionameerj
2021-12-05texture_cache: Fix image convert dimensions assertionameerj
2021-12-05blit_image: Refactor upscale factors usageameerj
The image view itself can be queried to see if it is being rescaled or not, removing the need to pass the upscale/down shift factors from the texture cache.
2021-12-05vk_texture_cache: Add a function to ImageView to check if src image is rescaledameerj