mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
content.h and fix path to config_file.h
This commit is contained in:
parent
2cc5eb106b
commit
1b16487458
@ -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 {
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user