Link CDolphinController.cpp

Former-commit-id: 0450f7b1f1
This commit is contained in:
2022-09-13 22:24:41 -07:00
parent 07d8389435
commit 64fe52845f
8 changed files with 211 additions and 57 deletions

View File

@@ -11,6 +11,7 @@ extern "C" {
// Dolphin u32 is unsigned long
typedef unsigned int uint;
typedef unsigned char uchar;
// Pointer to unknown, to be determined at a later date.
typedef void* unkptr;