mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 09:28:01 -05:00
fixed project includes to use new directory structure
This commit is contained in:
@ -4,10 +4,11 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "common.h"
|
||||
#include "mem_map.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "core/mem_map.h"
|
||||
#include "core/elf/elf_reader.h"
|
||||
|
||||
#include "elf/elf_reader.h"
|
||||
//#include "Core/Debugger/Debugger_SymbolMap.h"
|
||||
//#include "Core/HW/Memmap.h"
|
||||
//#include "Core/PowerPC/PPCSymbolDB.h"
|
||||
|
Reference in New Issue
Block a user