kern: implement KHandleTable, other cleanup

This commit is contained in:
Michael Scire
2020-01-30 15:29:51 -08:00
parent d5a4c17ee7
commit 484f132651
41 changed files with 710 additions and 89 deletions

View File

@@ -16,7 +16,7 @@
#pragma once
#ifdef ATMOSPHERE_BOARD_NINTENDO_SWITCH
#include "board/nintendo/switch/kern_k_system_control.hpp"
#include <mesosphere/board/nintendo/switch/kern_k_system_control.hpp>
#else
#error "Unknown board for KSystemControl"
#endif