Removed static from function to share aspect changing

This commit is contained in:
alphanu1 2018-05-01 21:07:52 +01:00 committed by GitHub
parent 53ee0a2cb3
commit 82a2fb955e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static void switch_crt_hz(void)
}
static void crt_aspect_ratio_switch(unsigned width, unsigned height)
void crt_aspect_ratio_switch(unsigned width, unsigned height)
{
/* send aspect float to videeo_driver */
fly_aspect = (float)width / height;