Add screen resolution and aspect ratio informations
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
// Shared structure values with Core dll
|
// Shared structure values with Core dll
|
||||||
struct GameInfos {
|
struct GameInfos {
|
||||||
|
int screenWidth;
|
||||||
|
int screenHeight;
|
||||||
|
float aspectRatio;
|
||||||
float FOVIn;
|
float FOVIn;
|
||||||
float CompensatedFOV;
|
float CompensatedFOV;
|
||||||
float FOVOut;
|
float FOVOut;
|
||||||
|
|||||||
Reference in New Issue
Block a user