mirror of
https://github.com/project-slippi/Nintendont.git
synced 2025-10-06 00:22:40 +02:00
-completely restructured how internal wii vc titles get read in, again hopefully it didnt break anything
9 lines
128 B
C
9 lines
128 B
C
#ifndef __JVSIO_H__
|
|
#define __JVSIO_H__
|
|
|
|
#include "global.h"
|
|
|
|
void JVSIOCommand( char *DataIn, char *DataOut );
|
|
|
|
#endif
|