Add screen resolution and aspect ratio informations

This commit is contained in:
2026-02-22 11:39:11 +01:00
parent 92cbec168b
commit 55f2560fd5

View File

@@ -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;