mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 06:59:07 +01:00
Includes are case sensitive and Common is in the include directories so including the file this way was silly.
This commit is contained in:
parent
470a4eee8b
commit
423024110e
@ -21,7 +21,7 @@
|
|||||||
#include <queue>
|
#include <queue>
|
||||||
#include "../HW/Memmap.h"
|
#include "../HW/Memmap.h"
|
||||||
|
|
||||||
#include "../../Common/Src/ChunkFile.h"
|
#include "ChunkFile.h"
|
||||||
|
|
||||||
#define FS_SUCCESS (u32)0 // Success
|
#define FS_SUCCESS (u32)0 // Success
|
||||||
#define FS_EACCES (u32)-1 // Permission denied
|
#define FS_EACCES (u32)-1 // Permission denied
|
||||||
|
Loading…
x
Reference in New Issue
Block a user