mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07: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 "../HW/Memmap.h"
|
||||
|
||||
#include "../../Common/Src/ChunkFile.h"
|
||||
#include "ChunkFile.h"
|
||||
|
||||
#define FS_SUCCESS (u32)0 // Success
|
||||
#define FS_EACCES (u32)-1 // Permission denied
|
||||
|
Loading…
Reference in New Issue
Block a user