Kernel: Move HandleTable to a separate file

This commit is contained in:
Yuri Kunde Schlesner
2017-05-29 16:45:42 -07:00
parent 64ecf81a3c
commit be031989ee
18 changed files with 242 additions and 203 deletions

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cstring>
#include "common/assert.h"
#include "common/logging/log.h"
#include "core/hle/kernel/resource_limit.h"