mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-11-23 08:10:55 +00:00
Default Aspect Ratio should be 80:51 (160:102)
This commit is contained in:
parent
8ea8650a4f
commit
b652b3d9fb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user