mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
Move menu_driver.c to menu/
This commit is contained in:
parent
6b2fced631
commit
cc1bbac89c
@ -102,7 +102,7 @@ OBJ += frontend/frontend.o \
|
|||||||
gfx/video_driver.o \
|
gfx/video_driver.o \
|
||||||
osk/osk_driver.o \
|
osk/osk_driver.o \
|
||||||
camera/camera_driver.o \
|
camera/camera_driver.o \
|
||||||
menu_driver.o \
|
menu/menu_driver.o \
|
||||||
location/location_driver.o \
|
location/location_driver.o \
|
||||||
driver.o \
|
driver.o \
|
||||||
settings.o \
|
settings.o \
|
||||||
|
@ -502,7 +502,7 @@ DRIVERS
|
|||||||
#include "../osk/osk_driver.c"
|
#include "../osk/osk_driver.c"
|
||||||
#include "../camera/camera_driver.c"
|
#include "../camera/camera_driver.c"
|
||||||
#include "../location/location_driver.c"
|
#include "../location/location_driver.c"
|
||||||
#include "../menu_driver.c"
|
#include "../menu/menu_driver.c"
|
||||||
#include "../driver.c"
|
#include "../driver.c"
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <string/string_list.h>
|
#include <string/string_list.h>
|
||||||
#include "menu/menu_driver.h"
|
#include "menu_driver.h"
|
||||||
#include "menu/menu.h"
|
#include "menu.h"
|
||||||
#include "driver.h"
|
#include "../driver.h"
|
||||||
#include "general.h"
|
#include "../general.h"
|
||||||
|
|
||||||
static const menu_ctx_driver_t *menu_ctx_drivers[] = {
|
static const menu_ctx_driver_t *menu_ctx_drivers[] = {
|
||||||
#ifdef IOS
|
#ifdef IOS
|
Loading…
x
Reference in New Issue
Block a user