mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Move patch.c to tasks/task_patch.c
This commit is contained in:
parent
ccdd90bdd1
commit
1a5978d7a2
@ -208,7 +208,6 @@ OBJ += frontend/frontend.o \
|
|||||||
input/input_remapping.o \
|
input/input_remapping.o \
|
||||||
tasks/task_overlay.o \
|
tasks/task_overlay.o \
|
||||||
input/input_overlay.o \
|
input/input_overlay.o \
|
||||||
patch.o \
|
|
||||||
$(LIBRETRO_COMM_DIR)/queues/fifo_queue.o \
|
$(LIBRETRO_COMM_DIR)/queues/fifo_queue.o \
|
||||||
managers/core_option_manager.o \
|
managers/core_option_manager.o \
|
||||||
$(LIBRETRO_COMM_DIR)/compat/compat_fnmatch.o \
|
$(LIBRETRO_COMM_DIR)/compat/compat_fnmatch.o \
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
#include "../paths.h"
|
#include "../paths.h"
|
||||||
#include "../verbosity.h"
|
#include "../verbosity.h"
|
||||||
|
|
||||||
#include "../patch.c"
|
#include "task_patch.c"
|
||||||
|
|
||||||
#define MAX_ARGS 32
|
#define MAX_ARGS 32
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
/* BPS/UPS/IPS implementation from bSNES (nall::).
|
/* BPS/UPS/IPS implementation from bSNES (nall::).
|
||||||
* Modified for RetroArch. */
|
* Modified for RetroArch. */
|
||||||
|
|
||||||
|
/* TODO/FIXME - turn this into actual task */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user