Set aspect ratio

This commit is contained in:
twinaphex 2015-05-05 18:54:08 +02:00
parent 565a63260c
commit 24a7ff7223
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9fec8a91c9b19856ac0b51de53b847b38ed8dc61
Subproject commit 26ea18173c1228dd5ce39e2a88ffe1ae10fcb365

View File

@ -359,7 +359,7 @@ void retro_get_system_av_info(struct retro_system_av_info *info)
info->geometry.base_height = vout_height;
info->geometry.max_width = VOUT_MAX_WIDTH;
info->geometry.max_height = VOUT_MAX_HEIGHT;
info->geometry.aspect_ratio = 0.0f;
info->geometry.aspect_ratio = 4.0f / 3.0f;
}
/* savestates */