Allow SPU debug messages (on by default for now)

This commit is contained in:
2024-09-28 13:29:30 +02:00
parent 9f3e911513
commit a76784065a
5 changed files with 14 additions and 6 deletions

View File

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