mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Move osk_driver.c to osk/
This commit is contained in:
parent
2029e13e23
commit
36d68b98b2
@ -100,7 +100,7 @@ OBJ += frontend/frontend.o \
|
||||
audio/audio_driver.o \
|
||||
input/input_driver.o \
|
||||
gfx/video_driver.o \
|
||||
osk_driver.o \
|
||||
osk/osk_driver.o \
|
||||
driver.o \
|
||||
settings.o \
|
||||
settings_list.o \
|
||||
|
2
driver.h
2
driver.h
@ -31,7 +31,7 @@
|
||||
#include "audio/audio_driver.h"
|
||||
|
||||
#include "menu/menu_driver.h"
|
||||
#include "osk_driver.h"
|
||||
#include "osk/osk_driver.h"
|
||||
#include "audio/resamplers/resampler.h"
|
||||
#include "record/ffemu.h"
|
||||
|
||||
|
@ -499,7 +499,7 @@ DRIVERS
|
||||
#include "../gfx/video_driver.c"
|
||||
#include "../input/input_driver.c"
|
||||
#include "../audio/audio_driver.c"
|
||||
#include "../osk_driver.c"
|
||||
#include "../osk/osk_driver.c"
|
||||
#include "../driver.c"
|
||||
|
||||
/*============================================================
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include <string.h>
|
||||
#include <string/string_list.h>
|
||||
#include "osk_driver.h"
|
||||
#include "driver.h"
|
||||
#include "general.h"
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
|
||||
static const input_osk_driver_t *osk_drivers[] = {
|
||||
#ifdef __CELLOS_LV2__
|
Loading…
x
Reference in New Issue
Block a user