azahar/src/core/hle/kernel
2025-03-22 00:23:40 +01:00
..
ipc_debugger hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
address_arbiter.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
address_arbiter.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
client_port.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
client_port.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
client_session.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
client_session.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
config_mem.cpp Core: update kernel config memory to latest 11.17 (#7460) 2024-02-22 15:43:33 -08:00
config_mem.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
errors.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
event.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
event.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
handle_table.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
handle_table.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
hle_ipc.cpp Various savestate bugfixes 2025-03-12 20:50:51 +01:00
hle_ipc.h Various savestate bugfixes 2025-03-12 20:50:51 +01:00
ipc.cpp Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
ipc.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
kernel.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
kernel.h Various savestate bugfixes 2025-03-12 20:50:51 +01:00
memory.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
memory.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
mutex.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
mutex.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
object.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
object.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
process.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
process.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
resource_limit.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
resource_limit.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
semaphore.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
semaphore.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
server_port.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
server_port.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
server_session.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
server_session.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
session.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
session.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
shared_memory.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
shared_memory.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
shared_page.cpp kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
shared_page.h Add 'Set Up System Files' option (#642) 2025-03-10 10:48:11 +00:00
svc.cpp Fix temporary frame limit 2025-03-22 00:23:40 +01:00
svc.h Refactor out the wakeup_callback function pointer 2020-02-13 17:42:05 +08:00
svc_wrapper.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
thread.cpp Various savestate bugfixes 2025-03-12 20:50:51 +01:00
thread.h Various savestate bugfixes 2025-03-12 20:50:51 +01:00
timer.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
timer.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
vm_manager.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
vm_manager.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00
wait_object.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
wait_object.h kernel: Move serialization code out of headers. (#7312) 2024-01-14 16:18:31 -08:00