citra/src/core/hle/kernel
GPUCode 5a7f615da1
kernel: Update to use atmosphere macros and correct Result (#7242)
* kernel: Switch to atmosphere style macros

* code: Rename ResultCode to Result

* code: Result constants are lower case

* Address review comments

* core: Remove CASCADE_CODE

* R_TRY replaces completely

* core: Run clang format
2023-12-31 09:01:40 -08:00
..
ipc_debugger hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
address_arbiter.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
address_arbiter.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
client_port.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
client_port.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
client_session.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
client_session.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
config_mem.cpp code: Remove outdated comment style (#6640) 2023-06-25 15:22:41 +05:30
config_mem.h code: Remove outdated comment style (#6640) 2023-06-25 15:22:41 +05:30
errors.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
event.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
event.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
handle_table.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
handle_table.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
hle_ipc.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
hle_ipc.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
ipc.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
ipc.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
kernel.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
kernel.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
memory.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
memory.h Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
mutex.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
mutex.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
object.cpp Use load_construct_data for kernel objects 2020-02-13 17:38:25 +08:00
object.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
process.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
process.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
resource_limit.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
resource_limit.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
semaphore.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
semaphore.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
server_port.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
server_port.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
server_session.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
server_session.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
session.cpp Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
session.h Added client/server objects 2020-02-13 17:38:16 +08:00
shared_memory.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
shared_memory.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
shared_page.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
shared_page.h core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
svc.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08: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 kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
thread.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
timer.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
timer.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
vm_manager.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
vm_manager.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
wait_object.cpp Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
wait_object.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00