Allow SPU debug messages (on by default for now)

This commit is contained in:
Jaby
2024-09-28 13:29:30 +02:00
committed by Jaby
parent 43a25e35a6
commit b2076397df
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)