Manual sensitivity scaling option to ini

This commit is contained in:
Toni Spets 2010-11-18 17:23:01 +02:00
parent 8a3f17a18e
commit 57e7ddf3fc
3 changed files with 13 additions and 2 deletions

1
main.h
View file

@ -74,6 +74,7 @@ typedef struct IDirectDrawImpl
BOOL mhack;
BOOL devmode;
BOOL vsync;
float sensitivity;
} IDirectDrawImpl;