Implemented frontend inputs.

Fixed #66 and few other stuff.
This commit is contained in:
_AG
2019-07-02 13:59:19 +02:00
parent b2d1433392
commit 6c693e3bbf
25 changed files with 1387 additions and 126 deletions

View File

@ -3,6 +3,18 @@
#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: