Default Aspect Ratio should be 80:51 (160:102)

This commit is contained in:
Sérgio Benjamim 2017-02-11 22:09:18 -02:00
parent 8ea8650a4f
commit b652b3d9fb

View File

@ -520,7 +520,7 @@ static Deinterlacer deint;
#define MEDNAFEN_CORE_GEOMETRY_BASE_H 102
#define MEDNAFEN_CORE_GEOMETRY_MAX_W 160
#define MEDNAFEN_CORE_GEOMETRY_MAX_H 102
#define MEDNAFEN_CORE_GEOMETRY_ASPECT_RATIO (4.0 / 3.0)
#define MEDNAFEN_CORE_GEOMETRY_ASPECT_RATIO (80.0 / 51.0)
#define FB_WIDTH 160
#define FB_HEIGHT 102