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