Merge pull request #894 from lioncash/object

kernel: Move object class to its own source files
This commit is contained in:
bunnei
2018-08-03 00:28:43 -04:00
committed by GitHub
44 changed files with 186 additions and 156 deletions

View File

@ -9,7 +9,7 @@
#include <QTreeView>
#include <boost/container/flat_set.hpp>
#include "core/core.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/object.h"
class EmuThread;