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

@@ -36,5 +36,6 @@ struct DefaultConfiguration {
```
### `CustomConfiguration` macros
```c++
#define __USE_DEBUG_COLOR__ // Turns on colored rectangles during boot
#define __USE_DEBUG_COLOR__ // Turns on colored rectangles during boot (off by default)
#define __SUPPORT_PS3__ // Turns on PS3 support (on by default)
```