Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
36099ac7
Unverified
Commit
36099ac7
authored
May 21, 2019
by
barbudreadmon
Committed by
GitHub
May 21, 2019
Browse files
Oops
parent
69c9d1a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/libretro/libretro.cpp
View file @
36099ac7
...
...
@@ -2096,8 +2096,8 @@ void retro_get_system_av_info(struct retro_system_av_info *info)
if
(
naomi_cart_GetRotation
()
==
3
)
info
->
geometry
.
aspect_ratio
=
1
/
info
->
geometry
.
aspect_ratio
;
int
maximum
=
screen_width
>
screen_height
?
screen_width
:
screen_height
;
info
->
geometry
.
base_width
=
screen_
height
;
info
->
geometry
.
base_height
=
screen_
width
;
info
->
geometry
.
base_width
=
screen_
width
;
info
->
geometry
.
base_height
=
screen_
height
;
info
->
geometry
.
max_width
=
maximum
;
info
->
geometry
.
max_height
=
maximum
;
if
(
rotate_screen
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment