mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
Rename rarch_file_path to file_ops
This commit is contained in:
parent
d3629f06f1
commit
dd93d549aa
@ -95,7 +95,7 @@ OBJ += frontend/frontend.o \
|
||||
libretro-sdk/file/file_list.o \
|
||||
dir_list.o \
|
||||
libretro-sdk/string/string_list.o \
|
||||
rarch_file_path.o \
|
||||
file_ops.o \
|
||||
file_path.o \
|
||||
rarch_compr_file_path.o \
|
||||
hash.o \
|
||||
|
@ -14,8 +14,8 @@
|
||||
*/
|
||||
|
||||
#include "content.h"
|
||||
#include "file_ops.h"
|
||||
#include "file_path.h"
|
||||
#include "rarch_file_path.h"
|
||||
#include "general.h"
|
||||
#include <stdlib.h>
|
||||
#include <boolean.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "file_extract.h"
|
||||
#include "rarch_file_path.h"
|
||||
#include "file_ops.h"
|
||||
#include <compat/strl.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "retroarch_logger.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "rarch_file_path.h"
|
||||
#include "file_ops.h"
|
||||
#include <stdlib.h>
|
||||
#include <boolean.h>
|
||||
#include <string.h>
|
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __RARCH_FILE_PATH_H
|
||||
#define __RARCH_FILE_PATH_H
|
||||
#ifndef __LIBRETRO_SDK_FILE_OPS_H
|
||||
#define __LIBRETRO_SDK_FILE_OPS_H
|
||||
|
||||
#include <boolean.h>
|
||||
#include <stdio.h>
|
@ -17,7 +17,7 @@
|
||||
#include "menu_entries.h"
|
||||
#include "menu_action.h"
|
||||
#include "menu_list.h"
|
||||
#include "../../rarch_file_path.h"
|
||||
#include "../../file_ops.h"
|
||||
#include "../../dir_list.h"
|
||||
#include "../../settings_data.h"
|
||||
#include "../../performance.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#endif
|
||||
|
||||
#include "image.h"
|
||||
#include "../../rarch_file_path.h"
|
||||
#include "../../file_ops.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
#include "../../input/input_common.h"
|
||||
#include "../../rarch_file_path.h"
|
||||
#include "../../file_ops.h"
|
||||
|
||||
static PyObject* py_read_wram(PyObject *self, PyObject *args)
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <compat/posix_string.h>
|
||||
#include "../state_tracker.h"
|
||||
#include "../../dynamic.h"
|
||||
#include "../../rarch_file_path.h"
|
||||
#include "../../file_ops.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
|
@ -523,7 +523,7 @@ FILE
|
||||
#include "../file_path.c"
|
||||
#include "../dir_list.c"
|
||||
#include "../libretro-sdk/string/string_list.c"
|
||||
#include "../rarch_file_path.c"
|
||||
#include "../file_ops.c"
|
||||
#include "../rarch_compr_file_path.c"
|
||||
#include "../libretro-sdk/file/file_list.c"
|
||||
|
||||
|
@ -23,7 +23,8 @@
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include "content.h"
|
||||
#include "rarch_file_path.h"
|
||||
#include "file_ops.h"
|
||||
#include "file_path.h"
|
||||
#include "dir_list.h"
|
||||
#include "general.h"
|
||||
#include <compat/strl.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user