Core: Move EXI source files to their own directory

Keeps related source files together and cleans up the root directory of HW
a little bit.
This commit is contained in:
Lioncash
2017-01-20 15:33:43 -05:00
parent b05fc9d369
commit 8078c18a80
43 changed files with 123 additions and 113 deletions

View File

@ -7,7 +7,7 @@
#include <array>
#include <vector>
#include "Common/CommonTypes.h"
#include "Core/HW/EXI_Device.h"
#include "Core/HW/EXI/EXI_Device.h"
struct NetSettings
{