mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-28 12:11:50 +01:00
[Wii] fixed compilation warnings
This commit is contained in:
parent
442a475e56
commit
375514bee2
@ -49,6 +49,14 @@
|
|||||||
|
|
||||||
#include <fat.h>
|
#include <fat.h>
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
|
#include <iso9660.h>
|
||||||
|
#include <ogc/usbmouse.h>
|
||||||
|
|
||||||
|
extern bool sdio_Deinitialize();
|
||||||
|
extern void USBStorage_Deinitialize();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* output samplerate, adjusted to take resampler precision in account */
|
/* output samplerate, adjusted to take resampler precision in account */
|
||||||
#define SAMPLERATE_48KHZ 47992
|
#define SAMPLERATE_48KHZ 47992
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user