Add screen resolution and aspect ratio informations

This commit is contained in:
2026-02-22 11:26:58 +01:00
parent dc551354c6
commit e2740b2187

View File

@@ -2,6 +2,9 @@
// Shared structure values with Core dll
struct GameInfos {
int screenWidth;
int screenHeight;
float aspectRatio;
float FOVIn;
float CompensatedFOV;
float FOVOut;