Add GameType value for Fallout 4 VR

Also update to the latest libloadorder for its FO4VR support.
This commit is contained in:
Oliver Hamlet
2018-02-04 11:36:24 +00:00
parent df08ebb570
commit 3bd23501a7
4 changed files with 9 additions and 3 deletions
+2
View File
@@ -43,6 +43,8 @@ enum struct GameType : unsigned int {
fo4,
/** The Elder Scrolls V: Skyrim Special Edition */
tes5se,
/** Fallout 4 VR */
fo4vr,
};
}