mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-13 11:49:06 +01:00
[Libretro] fixes typo
This commit is contained in:
parent
3463f2f724
commit
e51cbc5eb8
@ -1978,7 +1978,7 @@ void retro_get_system_info(struct retro_system_info *info)
|
|||||||
void retro_get_system_av_info(struct retro_system_av_info *info)
|
void retro_get_system_av_info(struct retro_system_av_info *info)
|
||||||
{
|
{
|
||||||
info->geometry.base_width = vwidth;
|
info->geometry.base_width = vwidth;
|
||||||
info->geometry.base_height = bitmap.viewport.h + (2 × bitmap.viewport.y);
|
info->geometry.base_height = bitmap.viewport.h + (2 * bitmap.viewport.y);
|
||||||
info->geometry.max_width = 720;
|
info->geometry.max_width = 720;
|
||||||
info->geometry.max_height = 576;
|
info->geometry.max_height = 576;
|
||||||
info->geometry.aspect_ratio = vaspect_ratio;
|
info->geometry.aspect_ratio = vaspect_ratio;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user