Split the core project into core/kernel/services as it's become a behemoth.

This commit is contained in:
Kelebek1
2023-11-14 20:44:10 +00:00
parent a134e924ff
commit b3bb5243e8
743 changed files with 2844 additions and 2742 deletions
+4 -4
View File
@@ -17,12 +17,12 @@
#include "common/settings.h"
#include "core/arm/arm_interface.h"
#include "core/core.h"
#include "core/hle/kernel/k_page_table.h"
#include "core/hle/kernel/k_process.h"
#include "core/hle/result.h"
#include "core/hle/service/hle_ipc.h"
#include "core/memory.h"
#include "core/reporter.h"
#include "core/result.h"
#include "kernel/k_page_table.h"
#include "kernel/k_process.h"
#include "service/hle_ipc.h"
namespace {