Merge pull request #1183 from sergiobenrocha2/master

content.h and fix path to config_file.h
This commit is contained in:
Twinaphex 2014-10-23 03:52:23 +02:00
commit 97776b8438
3 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@
#include <screen/screen.h>
#include <sys/neutrino.h>
#include "../../../general.h"
#include "../../../conf/config_file.h"
#include "../../../file.h"
#include "../../../libretro-sdk/file/config_file.h"
#include "../../../content.h"
/*
typedef struct {

View File

@ -1,7 +1,7 @@
#include "RetroArch-Cascades.h"
#include "../../../general.h"
#include "../../../conf/config_file.h"
#include "../../../file.h"
#include "../../../libretro-sdk/file/config_file.h"
#include "../../../content.h"
#include "../../../frontend/info/core_info.h"
#include "../../frontend_qnx.h"

View File

@ -17,8 +17,8 @@
#include <emscripten/emscripten.h>
#include "../../general.h"
#include "../../conf/config_file.h"
#include "../../file.h"
#include "../../libretro-sdk/file/config_file.h"
#include "../../content.h"
#include "../frontend.h"
#ifdef HAVE_MENU