mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-30 05:16:36 +08:00
Make the default text color black.
This commit is contained in:
parent
fef90893a6
commit
7f394dbb5f
@ -28,7 +28,7 @@ GX_TRANSFER_FORMAT gpuToGxFormat[13] = {
|
|||||||
GX_TRANSFER_FMT_RGBA8 // Unsupported
|
GX_TRANSFER_FMT_RGBA8 // Unsupported
|
||||||
};
|
};
|
||||||
|
|
||||||
static u32 colorConfig[NUM_COLORS];
|
static u32 colorConfig[NUM_COLORS] = {0xFF000000};
|
||||||
|
|
||||||
static bool c3dInitialized;
|
static bool c3dInitialized;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user