parent
98f45b72ab
commit
d102f63686
|
@ -69,14 +69,6 @@ struct CameraConfig
|
||||||
bool XFlip;
|
bool XFlip;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct CameraConfig
|
|
||||||
{
|
|
||||||
int InputType; // 0=blank 1=image 2=camera
|
|
||||||
std::string ImagePath;
|
|
||||||
std::string CamDeviceName;
|
|
||||||
bool XFlip;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
extern int KeyMapping[12];
|
extern int KeyMapping[12];
|
||||||
extern int JoyMapping[12];
|
extern int JoyMapping[12];
|
||||||
|
|
Loading…
Reference in New Issue