fixed scale in VR
[vrfileman] / src / opt.h
index fc4d672..d47d8e3 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -6,6 +6,7 @@ struct Options {
        bool vr;
        bool srgb;
        bool fullscreen;
+       const char *path;
 };
 
 extern Options opt;