Add VAG configuration option

This commit is contained in:
Jaby
2024-08-04 17:47:54 -05:00
parent fed0d8833c
commit f7ea38a63d
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ namespace JabyEngine {
using Configuration = CustomConfiguration;
#else
using Configuration = DefaultConfiguration;
// TODO: v Turn off when this is supported
#define __SUPPORT_VAG__
#define __SUPPORT_PS3__
#endif // has jabyengine_custom_config
}