mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-04 22:15:45 +01:00
Set aspect ratio
This commit is contained in:
parent
565a63260c
commit
24a7ff7223
@ -1 +1 @@
|
||||
Subproject commit 9fec8a91c9b19856ac0b51de53b847b38ed8dc61
|
||||
Subproject commit 26ea18173c1228dd5ce39e2a88ffe1ae10fcb365
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user