mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
correct widescreen fix
This commit is contained in:
parent
c8aeaea342
commit
549c295f9b
@ -510,8 +510,11 @@ InitGCVideo ()
|
||||
progressive = true;
|
||||
|
||||
// widescreen fix
|
||||
vmode->viWidth = 678;
|
||||
vmode->viXOrigin = (VI_MAX_WIDTH_PAL - 678) / 2;
|
||||
if(CONF_GetAspectRatio())
|
||||
{
|
||||
vmode->viWidth = 678;
|
||||
vmode->viXOrigin = (VI_MAX_WIDTH_PAL - 678) / 2;
|
||||
}
|
||||
|
||||
// configure VI
|
||||
VIDEO_Configure (vmode);
|
||||
|
Loading…
Reference in New Issue
Block a user