Files
Nintendont/kernel/JVSIO.h
FIX94 afcfa4b653 -added deadzones to wii vc gamepad reads and heavily changed memory to make space for that, hopefully it didnt break anything
-completely restructured how internal wii vc titles get read in, again hopefully it didnt break anything
2017-09-20 06:14:16 +02:00

9 lines
128 B
C

#ifndef __JVSIO_H__
#define __JVSIO_H__
#include "global.h"
void JVSIOCommand( char *DataIn, char *DataOut );
#endif