Oops, forgot Unices etc are case sensitive.

This commit is contained in:
Zach Bacon 2017-03-25 07:23:30 -05:00
parent 7b0078d2c1
commit b217f8b40b
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#ifndef __LIBRETRO__
#include "../common/ConfigManager.h"
#else
#include "../src/libretro/Utilretro.h"
#include "../src/libretro/UtilRetro.h"
#endif
struct CheatsData {

View File

@ -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"

View File

@ -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"

View File

@ -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"