7243 Commits (5cbbf4f865e95e62075a3cd5c65221304179592f)

Author SHA1 Message Date
Chloe Marcec 5cbbf4f865 lm: Recode LM service 5 years ago
Morph 1ec37a7c7a npad: Add check for HANDHELD_INDEX in UpdateControllerAt() 5 years ago
Lioncash 6311c72b03 input_interpreter: Mark two member functions as const 5 years ago
Morph 989694f182 input_interpreter: Add method to check for a button press state 5 years ago
ReinUsesLisp 1af09cf1b5 core/cmake: Enforce Wclass-memaccess 5 years ago
ReinUsesLisp 4854f3291e core: Silence Wclass-memaccess warnings 5 years ago
ReinUsesLisp 92ca4929f5 common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
Lioncash d5bff783bd common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
ReinUsesLisp d7b2d16fc4 core/cmake: Remove Werror flags already defined code-base wide 5 years ago
bunnei e89be18c79 hle: kernel: thread: Preserve thread wait reason for debugging only. 5 years ago
bunnei 42b25c1a2c hle: kernel: k_scheduler_lock: Fix shadowing errors. 5 years ago
bunnei 6cbeabce0d core: arm: arm_interface: Fix shadowing errors. 5 years ago
bunnei 7f4d928f77 core: hle: Add missing calls to MicroProfileOnThreadExit. 5 years ago
bunnei e5cfd63ba4 core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. 5 years ago
bunnei 8f3987d3df core: hle: kernel: Update KAddressArbiter. 5 years ago
bunnei 75610701a3 core: hle: kernel: Update KConditionVariable. 5 years ago
bunnei c37b0da7d0 core: hle: kernel: Begin moving common SVC defintions to its own header. 5 years ago
bunnei 02071333ca hle: kernel: Remove unnecessary AddressArbiter definition. 5 years ago
bunnei 99a3953705 hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged. 5 years ago
bunnei 818ff3901a hle: kernel: Rename thread "status" to "state". 5 years ago
bunnei 9744afa8b1 hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. 5 years ago
bunnei d103a3656b core: hle: kernel: Add some useful functions for checking kernel addresses. 5 years ago
bunnei f3f7d42d63 core: hle: kernel: svc_types: Add type definitions for KAddressArbiter. 5 years ago
bunnei 2feb4d56e9 core: hle: kernel: Update KSynchronizationObject. 5 years ago
bunnei eafd021b14 core: hle: kernel: Begin moving common SVC results to its own header. 5 years ago
bunnei a45d39c9d6 hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. 5 years ago
ReinUsesLisp d27f026a50 file_sys/registered_cache: Silence virtual functions without override warnings 5 years ago
ReinUsesLisp 53cf598783 core: Silence unhandled enum in switch warnings 5 years ago
german b28282edab Stub IsCpuOverclockEnabled 5 years ago
ameerj 30f3faf3e2 fix for nvdec disabled, cleanup host1x 5 years ago
ameerj 762de858e6 nvdec syncpt incorporation 5 years ago
ReinUsesLisp 5e3be575ad core: Enforce C4715 (not all control paths return a value) 5 years ago
ReinUsesLisp 64d9ef5e7a core: Silence warnings when compiling without asserts 5 years ago
ameerj 2faecc2720 buffer_queue: Protect queue_sequence list access with a mutex 5 years ago
Lioncash fb9624da9d main: Resolve error string not displaying 5 years ago
bunnei a86ae9fa3c hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. 5 years ago
MerryMage c535205f1c dynarmic: Add Unsafe_InaccurateNaN optimization 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
Timotej Leginus 1af054a76f typo fix 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
ReinUsesLisp d719dc7688 service/pcie: Fix invalid initialization argument 5 years ago
ReinUsesLisp 8bfa4d6dbf core/memory: Read and write page table atomically 5 years ago
bunnei 236149a59b hle: kernel: service_thread: Make thread naming more consistent. 5 years ago
bunnei 407d3b7374 hle: kernel: Manage service threads on another thread. 5 years ago
bunnei 127bb064f7 hle: kernel: Manage host thread IDs using TLS. 5 years ago
comex 8be4bd5104 k_priority_queue: Fix concepts use 5 years ago
comex 0049fbaa9e Add missing include of "core/hle/kernel/kernel.h" 5 years ago
ameerj ca41363261 svc: demote SleepThread log to LOG_TRACE 5 years ago
bunnei 67051cf10c hle: kernel: Move ServiceThread ownership to KernelCore. 5 years ago
bunnei b2ef309edb hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession. 5 years ago