From bd9e14555711085d84791d56c0634ae9d8c12671 Mon Sep 17 00:00:00 2001 From: superp00t Date: Sun, 10 Dec 2023 18:53:52 -0500 Subject: [PATCH] feat(gx): add EGxApi value GxApi_GLSDL --- src/gx/Types.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gx/Types.hpp b/src/gx/Types.hpp index f68aaea..ac1c11b 100644 --- a/src/gx/Types.hpp +++ b/src/gx/Types.hpp @@ -35,7 +35,8 @@ enum EGxApi { GxApi_D3d10 = 3, GxApi_D3d11 = 4, GxApi_GLL = 5, - GxApis_Last = 6 + GxApi_GLSDL = 6, + GxApis_Last = 7 }; enum EGxBlend {