Fix documentation mistakes

While trying to work with the docs I found 2 places with incorrect
information.
This commit is contained in:
Wouter Wijsman
2024-07-11 19:48:31 +02:00
parent 3dbde191fc
commit 2308834701
2 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ void pspDebugScreenSetBackColor(u32 color);
/**
* Set the text color
*
* @param color - A 32 bit RGB color
* @param color - A 32 bit BGR color
*/
void pspDebugScreenSetTextColor(u32 color);