Support PS3 by default

This commit is contained in:
2024-03-14 00:17:48 -05:00
parent 3d2ffd86cf
commit 7eb9a6c224
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
}