mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
Rename settings.c to configuration.c
This commit is contained in:
parent
8c236366a7
commit
9f6cb1bca7
@ -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 \
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -577,9 +577,9 @@ PATCH
|
||||
#include "../patch.c"
|
||||
|
||||
/*============================================================
|
||||
SETTINGS
|
||||
CONFIGURATION
|
||||
============================================================ */
|
||||
#include "../settings.c"
|
||||
#include "../configuration.c"
|
||||
|
||||
/*============================================================
|
||||
REWIND
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user