Browse Source
kernel: Add missing override specifiers
kernel: Add missing override specifiers
Over the course of the kernel refactoring a tiny bit of missing overrides slipped through review, so we can add these. While we're at it, we can remove redundant virtual keywords where applicable as well.nce_cpp
15 changed files with 48 additions and 53 deletions
-
6src/core/hle/kernel/k_client_port.h
-
4src/core/hle/kernel/k_client_session.h
-
14src/core/hle/kernel/k_event.h
-
3src/core/hle/kernel/k_port.h
-
8src/core/hle/kernel/k_process.h
-
4src/core/hle/kernel/k_readable_event.h
-
4src/core/hle/kernel/k_resource_limit.h
-
12src/core/hle/kernel/k_server_port.h
-
6src/core/hle/kernel/k_server_session.h
-
10src/core/hle/kernel/k_session.h
-
4src/core/hle/kernel/k_shared_memory.h
-
4src/core/hle/kernel/k_synchronization_object.h
-
10src/core/hle/kernel/k_thread.h
-
10src/core/hle/kernel/k_transfer_memory.h
-
2src/core/hle/kernel/k_writable_event.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue