mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 11:37:30 +00:00
(GX) Take out some unused and unimplemented stubs
This commit is contained in:
parent
d78cab023b
commit
a413b4126f
@ -179,9 +179,11 @@ enum wii_device_id
|
||||
enum
|
||||
{
|
||||
GX_DEVICE_GAMECUBE = 0,
|
||||
#ifdef HW_RVL
|
||||
GX_DEVICE_WIIMOTE,
|
||||
GX_DEVICE_NUNCHUK,
|
||||
GX_DEVICE_CLASSIC,
|
||||
#endif
|
||||
|
||||
RARCH_DEVICE_LAST
|
||||
};
|
||||
|
@ -19,8 +19,5 @@
|
||||
void wii_video_init(uint32_t *menu_buffer);
|
||||
void wii_video_deinit(void);
|
||||
|
||||
void wii_input_init(void);
|
||||
void wii_input_deinit(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user