Line 96:
Line 96:
|Fills the screen.
|Fills the screen.
|-
|-
−
|OSScreenPutFontEx
+
|OSScreenPutPixelEx
−
|uint32_t OSScreenPutPixelEx)(uint32_t bufferNum, uint32_t posX, uint32_t posY, uint32_t colour);
+
|uint32_t OSScreenPutPixelEx(uint32_t bufferNum, uint32_t posX, uint32_t posY, uint32_t colour);
|Draws a pixel to the specified cords
|Draws a pixel to the specified cords
|-
|-