refactoring Core folder to core

This commit is contained in:
georgemoralis 2023-10-31 08:47:58 +02:00
parent cfdc45dfcb
commit 93e75481c7
32 changed files with 71 additions and 71 deletions

View file

@ -1,5 +1,5 @@
#include "controller.h"
#include <Core/hle/libraries/libkernel/time_management.h>
#include <core/hle/libraries/libkernel/time_management.h>
namespace Emulator::Host::Controller {
GameController::GameController() { m_states_num = 0;