From f30d2db9a2185043ec847b1e566c00dc44c1a24c Mon Sep 17 00:00:00 2001 From: J Reece Wilson Date: Mon, 4 Apr 2022 07:10:54 +0100 Subject: [PATCH] [*] Linux Fix / [+] eUnknown vendor --- AuroraEnvironment.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/AuroraEnvironment.hpp b/AuroraEnvironment.hpp index 42b7277..c139cdb 100644 --- a/AuroraEnvironment.hpp +++ b/AuroraEnvironment.hpp @@ -163,6 +163,7 @@ namespace Aurora::Build #endif AUENVHPP_START_ENUM(EVendor, + eUnknown, eConsoleMicrosft, eConsoleSony, eConsoleNintendo,