mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Add drivepath mock
This commit is contained in:
parent
55724b0817
commit
89a9e72a79
@ -39,8 +39,11 @@ public:
|
|||||||
this->ShowLEDs = 0;
|
this->ShowLEDs = 0;
|
||||||
this->DisplayOption = 0;
|
this->DisplayOption = 0;
|
||||||
this->MsPerFrame = SPEED_100;
|
this->MsPerFrame = SPEED_100;
|
||||||
|
memset(this->DrivePath, 0, sizeof(this->DrivePath));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
char DrivePath[4][256]; // Path for drive 8..11
|
||||||
|
|
||||||
char NetworkName[32];
|
char NetworkName[32];
|
||||||
char NetworkServer[128];
|
char NetworkServer[128];
|
||||||
int NetworkPort;
|
int NetworkPort;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user