Move config_file_userdata outside libretro-common

This commit is contained in:
twinaphex 2016-03-21 18:49:50 +01:00
parent f960e9ad26
commit c8f4d97839
7 changed files with 9 additions and 8 deletions

View File

@ -172,7 +172,7 @@ OBJ += frontend/frontend.o \
cheats.o \
core_info.o \
libretro-common/file/config_file.o \
libretro-common/file/config_file_userdata.o \
config_file_userdata.o \
screenshot.o \
libretro-common/gfx/scaler/scaler.o \
gfx/drivers_shader/shader_null.o \

View File

@ -22,12 +22,12 @@
#include <dynamic/dylib.h>
#include <file/file_path.h>
#include <file/config_file_userdata.h>
#include <lists/dir_list.h>
#include "audio_dsp_filter.h"
#include "audio_filters/dspfilter.h"
#include "../config_file_userdata.h"
#include "../frontend/frontend_driver.h"
#include "../performance.h"
#include "../dynamic.h"

View File

@ -16,10 +16,10 @@
#include <string.h>
#include <file/config_file_userdata.h>
#include <string/stdstring.h>
#include "audio_resampler_driver.h"
#include "../config_file_userdata.h"
#ifdef RARCH_INTERNAL
#include "../performance.h"
#endif

View File

@ -20,10 +20,11 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <file/config_file_userdata.h>
#include <file/file_path.h>
#include <lists/string_list.h>
#include "config_file_userdata.h"
#define get_array_setup() \
char key[2][256]; \
bool got; \

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010-2015 The RetroArch team
/* Copyright (C) 2010-2016 The RetroArch team
*
* ---------------------------------------------------------------------------------------
* The following license statement only applies to this file (config_file_userdata.h).
@ -25,7 +25,7 @@
#include <string.h>
#include "config_file.h"
#include <file/config_file.h>
struct config_file_userdata
{

View File

@ -16,12 +16,12 @@
#include <stdlib.h>
#include <file/config_file_userdata.h>
#include <file/file_path.h>
#include <lists/dir_list.h>
#include <dynamic/dylib.h>
#include "../frontend/frontend_driver.h"
#include "../config_file_userdata.h"
#include "../dynamic.h"
#include "../general.h"
#include "../performance.h"

View File

@ -100,7 +100,7 @@ CONFIG FILE
#endif
#include "../libretro-common/file/config_file.c"
#include "../libretro-common/file/config_file_userdata.c"
#include "../config_file_userdata.c"
#include "../core_options.c"
/*============================================================