Line 201:
Line 201:
|-
|-
|OSScreenPutFontEx
|OSScreenPutFontEx
−
|uint32_t OSScreenPutFontEx(int bufferNum, uint32_t posX, uint32_t posY, const char *str);
+
|void OSScreenPutFontEx(int bufferNum, uint32_t posX, uint32_t posY, const char *str);
|Write text to the specified buffer; unlike OSFatal() this doesn't halt your system.
|Write text to the specified buffer; unlike OSFatal() this doesn't halt your system.
|}
|}