Rename settings.c to configuration.c

This commit is contained in:
twinaphex 2015-03-21 00:42:09 +01:00
parent 8c236366a7
commit 9f6cb1bca7
8 changed files with 6 additions and 8 deletions

View File

@ -117,7 +117,7 @@ OBJ += frontend/frontend.o \
menu/menu_driver.o \
location/location_driver.o \
driver.o \
settings.o \
configuration.o \
settings_list.o \
settings_data.o \
dynamic.o \

View File

@ -24,7 +24,7 @@
#include "input/input_keymaps.h"
#include "input/input_remapping.h"
#include "gfx/video_viewport.h"
#include "settings.h"
#include "configuration.h"
#include "general.h"
#include "runloop.h"

View File

@ -18,7 +18,6 @@
#include "../driver.h"
#include "frontend.h"
#include "../general.h"
#include "../settings.h"
#include "../retroarch.h"
#include "../runloop.h"
#include <file/file_path.h>

View File

@ -31,7 +31,7 @@
#include "core_options.h"
#include "core_info.h"
#include "gfx/video_viewport.h"
#include "settings.h"
#include "configuration.h"
#include "playlist.h"
#ifdef HAVE_CONFIG_H

View File

@ -577,9 +577,9 @@ PATCH
#include "../patch.c"
/*============================================================
SETTINGS
CONFIGURATION
============================================================ */
#include "../settings.c"
#include "../configuration.c"
/*============================================================
REWIND

View File

@ -30,7 +30,6 @@
#include "general.h"
#include "retroarch.h"
#include "runloop.h"
#include "settings.h"
#include <compat/strl.h>
#include "screenshot.h"
#include "performance.h"

View File

@ -23,7 +23,7 @@
#include "input/input_autodetect.h"
#include "config.def.h"
#include "file_ext.h"
#include "settings.h"
#include "configuration.h"
#include "retroarch.h"
#include "runloop.h"
#include "performance.h"