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