nah, git managed to fuck one more thing

heh
This commit is contained in:
Arisotura 2022-09-25 22:06:28 +02:00
parent 98f45b72ab
commit d102f63686
1 changed files with 0 additions and 8 deletions

View File

@ -69,14 +69,6 @@ struct CameraConfig
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 JoyMapping[12];