mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
- fix aspect ratio
This commit is contained in:
parent
8ab75ff0b9
commit
c300f8e315
@ -807,6 +807,7 @@ void SetupDrawBufferData(int num_players)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef PSX
|
||||||
aspect.m[0][0] = 4096;
|
aspect.m[0][0] = 4096;
|
||||||
aspect.m[0][1] = 0;
|
aspect.m[0][1] = 0;
|
||||||
aspect.m[0][2] = 0;
|
aspect.m[0][2] = 0;
|
||||||
@ -818,6 +819,10 @@ void SetupDrawBufferData(int num_players)
|
|||||||
aspect.m[2][0] = 0;
|
aspect.m[2][0] = 0;
|
||||||
aspect.m[2][1] = 0;
|
aspect.m[2][1] = 0;
|
||||||
aspect.m[2][2] = 4096;
|
aspect.m[2][2] = 4096;
|
||||||
|
#else
|
||||||
|
aspect = identity;
|
||||||
|
aspect.m[1][1] = 4300;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// [D] [T]
|
// [D] [T]
|
||||||
|
Loading…
Reference in New Issue
Block a user