Merge pull request #60 from alphanu1/alphanu1-patch-58

Removed static from function to share aspect changing
This commit is contained in:
alphanu1 2018-05-01 21:08:26 +01:00 committed by GitHub
commit 87a45160f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;