mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 02:37:23 +00:00
Move audio_driver.c to audio/
This commit is contained in:
parent
0fbf48e451
commit
7283ce17bc
@ -97,7 +97,7 @@ OBJ += frontend/frontend.o \
|
|||||||
file_ops.o \
|
file_ops.o \
|
||||||
libretro-sdk/file/file_path.o \
|
libretro-sdk/file/file_path.o \
|
||||||
hash.o \
|
hash.o \
|
||||||
audio_driver.o \
|
audio/audio_driver.o \
|
||||||
driver.o \
|
driver.o \
|
||||||
settings.o \
|
settings.o \
|
||||||
settings_list.o \
|
settings_list.o \
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <string/string_list.h>
|
#include <string/string_list.h>
|
||||||
#include "audio_driver.h"
|
#include "audio_driver.h"
|
||||||
#include "audio/utils.h"
|
#include "utils.h"
|
||||||
#include "audio/audio_thread_wrapper.h"
|
#include "audio_thread_wrapper.h"
|
||||||
#include "driver.h"
|
#include "../driver.h"
|
||||||
#include "general.h"
|
#include "../general.h"
|
||||||
#include "retroarch.h"
|
#include "../retroarch.h"
|
||||||
|
|
||||||
static const audio_driver_t *audio_drivers[] = {
|
static const audio_driver_t *audio_drivers[] = {
|
||||||
#ifdef HAVE_ALSA
|
#ifdef HAVE_ALSA
|
2
driver.h
2
driver.h
@ -35,7 +35,7 @@
|
|||||||
#include "frontend/frontend_context.h"
|
#include "frontend/frontend_context.h"
|
||||||
#include <retro_miscellaneous.h>
|
#include <retro_miscellaneous.h>
|
||||||
|
|
||||||
#include "audio_driver.h"
|
#include "audio/audio_driver.h"
|
||||||
|
|
||||||
#include "menu/menu_driver.h"
|
#include "menu/menu_driver.h"
|
||||||
#include "menu/backend/menu_backend.h"
|
#include "menu/backend/menu_backend.h"
|
||||||
|
@ -496,7 +496,7 @@ AUDIO
|
|||||||
/*============================================================
|
/*============================================================
|
||||||
DRIVERS
|
DRIVERS
|
||||||
============================================================ */
|
============================================================ */
|
||||||
#include "../audio_driver.c"
|
#include "../audio/audio_driver.c"
|
||||||
#include "../driver.c"
|
#include "../driver.c"
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user