mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-23 12:22:52 +01:00
Set aspect ratio
This commit is contained in:
Submodule platform/libpicofe updated: 9fec8a91c9...26ea18173c
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user