Support PS3 by default

This commit is contained in:
Jaby
2024-03-14 00:17:48 -05:00
committed by Jaby
parent 91571bff47
commit bd28ebda43
6 changed files with 14 additions and 11 deletions

View File

@@ -29,5 +29,6 @@ namespace JabyEngine {
using Configuration = CustomConfiguration;
#else
using Configuration = DefaultConfiguration;
#define __SUPPORT_PS3__
#endif // has jabyengine_custom_config
}