Loader: Moved elf and loader modules to a "loader" subdirectory.

This commit is contained in:
bunnei 2014-06-16 18:03:13 -04:00
parent 2d7c46c874
commit 0aca202ae9
11 changed files with 38 additions and 33 deletions

View file

@ -8,7 +8,7 @@
#include "core/system.h"
#include "core/core.h"
#include "core/loader.h"
#include "core/loader/loader.h"
#include "citra/emu_window/emu_window_glfw.h"