implemented wiiuse_io_write for mac

This commit is contained in:
Lysann Schlegel
2012-11-10 21:26:15 +01:00
parent a39cfd4374
commit 8c2f22089a
2 changed files with 75 additions and 28 deletions

View File

@@ -66,6 +66,8 @@
- (IOReturn) connect;
- (void) disconnect;
- (int) writeBuffer: (byte*) buffer length: (NSUInteger) length;
@end