Removed static from function to share aspect changing
This commit is contained in:
parent
53ee0a2cb3
commit
82a2fb955e
|
@ -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 */
|
/* send aspect float to videeo_driver */
|
||||||
fly_aspect = (float)width / height;
|
fly_aspect = (float)width / height;
|
||||||
|
|
Loading…
Reference in New Issue