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

@@ -39,8 +39,8 @@ struct DefaultConfiguration {
```
### `CustomConfiguration` macros
```c++
// Turns on support of Sonys VAG files for the CDFileProcessor (off by default)
#define __SUPPORT_VAG__
// Turns on debug information of the SPU MMU (on by default [for now])
#define __DEBUG_SPU_MMU__
// Turns on colored rectangles during boot (off by default)
#define __USE_DEBUG_COLOR__
// Turns on PS3 support (on by default)