Skip to content

Commit e63114e

Browse files
committed
Add HW_RVL check.
1 parent 21d2ef8 commit e63114e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

libogc/wd.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
2626
-----------------------------------------------------------------------*/
2727

28+
#if defined(HW_RVL)
29+
2830
#include "wd.h"
2931
#include "ipc.h"
3032
#include <stdio.h>
@@ -233,4 +235,6 @@ int WD_ScanOnce(ScanParameters *settings, u8* buff, u16 buffsize) {
233235
NCD_UnlockWirelessDriver(lockid);
234236

235237
return 0;
236-
}
238+
}
239+
240+
#endif

0 commit comments

Comments
 (0)