mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 17:50:56 +00:00
Fix - should look for these headers in system directories
This commit is contained in:
parent
c8e6506687
commit
af03e555d6
@ -20,8 +20,8 @@
|
||||
#include <lists/string_list.h>
|
||||
#include <retro_common_api.h>
|
||||
#include <libretro.h>
|
||||
#include "audio/audio_resampler.h"
|
||||
#include "queues/fifo_queue.h"
|
||||
#include <audio/audio_resampler.h>
|
||||
#include <queues/fifo_queue.h>
|
||||
|
||||
/**
|
||||
* Flags that indicate the current state of the microphone driver.
|
||||
@ -664,4 +664,4 @@ bool microphone_driver_find_driver(
|
||||
|
||||
bool microphone_driver_get_devices_list(void **ptr);
|
||||
|
||||
#endif /* RETROARCH_MICROPHONE_DRIVER_H */
|
||||
#endif /* RETROARCH_MICROPHONE_DRIVER_H */
|
||||
|
Loading…
Reference in New Issue
Block a user