Revert "Implemented frontend inputs."

This commit is contained in:
aap
2019-07-02 22:05:11 +02:00
committed by GitHub
parent 743668c5c4
commit e8215cf560
24 changed files with 126 additions and 1488 deletions

View File

@ -3,18 +3,6 @@
#define HUD_SCALE 0.8f
#define DEFAULT_SCALE 1.0f
enum eAspectRatio {
AR_AUTO,
AR_3_2,
AR_4_3,
AR_5_3,
AR_5_4,
AR_15_9,
AR_16_9,
AR_16_10,
AR_64_27,
};
class CDraw
{
private: