diff --git a/gx/main.c b/gx/main.c index 0e95cf3..1f222c7 100644 --- a/gx/main.c +++ b/gx/main.c @@ -49,6 +49,14 @@ #include +#ifdef HW_RVL +#include +#include + +extern bool sdio_Deinitialize(); +extern void USBStorage_Deinitialize(); +#endif + /* output samplerate, adjusted to take resampler precision in account */ #define SAMPLERATE_48KHZ 47992