Add VAG configuration option

This commit is contained in:
Jaby
2024-08-04 17:47:54 -05:00
committed by Jaby
parent 541793d3c3
commit 3151b80acc
2 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +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 colored rectangles during boot (off by default)
#define __USE_DEBUG_COLOR__
// Turns on PS3 support (on by default)