Oops, forgot Unices etc are case sensitive.
This commit is contained in:
parent
7b0078d2c1
commit
b217f8b40b
|
@ -4,7 +4,7 @@
|
|||
#ifndef __LIBRETRO__
|
||||
#include "../common/ConfigManager.h"
|
||||
#else
|
||||
#include "../src/libretro/Utilretro.h"
|
||||
#include "../src/libretro/UtilRetro.h"
|
||||
#endif
|
||||
|
||||
struct CheatsData {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef __LIBRETRO__
|
||||
#include "../common/ConfigManager.h"
|
||||
#else
|
||||
#include "../src/libretro/Utilretro.h"
|
||||
#include "../src/libretro/UtilRetro.h"
|
||||
#endif
|
||||
#include "Cheats.h"
|
||||
#include "EEprom.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef __LIBRETRO__
|
||||
#include "../common/ConfigManager.h"
|
||||
#else
|
||||
#include "../src/libretro/Utilretro.h"
|
||||
#include "../src/libretro/UtilRetro.h"
|
||||
#endif
|
||||
#include "Cheats.h"
|
||||
#include "EEprom.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef __LIBRETRO__
|
||||
#include "../common/ConfigManager.h"
|
||||
#else
|
||||
#include "../src/libretro/Utilretro.h"
|
||||
#include "../src/libretro/UtilRetro.h"
|
||||
#endif
|
||||
#include "../common/Port.h"
|
||||
#include "Cheats.h"
|
||||
|
|
Loading…
Reference in New Issue