Add compensated FOV

This commit is contained in:
2025-10-11 22:21:12 +02:00
parent d7424e5e3d
commit a7d12ec341

View File

@@ -3,6 +3,7 @@
// Shared structure values with Core dll // Shared structure values with Core dll
struct GameInfos { struct GameInfos {
float FOVIn; float FOVIn;
float CompensatedFOV;
float FOVOut; float FOVOut;
float cameraIn; float cameraIn;
float cameraOut; float cameraOut;