mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-25 15:37:52 -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"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "elf/elf_types.h"
|
||||
#include "core/elf/elf_types.h"
|
||||
|
||||
enum KnownElfTypes
|
||||
{
|
||||
|
Reference in New Issue
Block a user