Line 91:
Line 91:
|uint32_t OSScreenFlipBuffersEx(uint32_t bufferNum);
|uint32_t OSScreenFlipBuffersEx(uint32_t bufferNum);
|Flip/Switch to the buffer at "bufferNum"
|Flip/Switch to the buffer at "bufferNum"
+
|-
+
|OSScreenClearBufferEx
+
|uint32_t OSScreenClearBufferEx(uint32_t bufferNum, uint32_t colour);
+
|Fills the screen.
+
|-
+
|OSScreenPutFontEx
+
|uint32_t OSScreenPutPixelEx)(uint32_t bufferNum, uint32_t posX, uint32_t posY, uint32_t colour);
+
|Draws a pixel to the specified cords
|-
|-
|OSScreenPutFontEx
|OSScreenPutFontEx
|uint32_t OSScreenPutFontEx(uint32_t bufferNum, uint32_t posX, uint32_t posY, void* buffer);
|uint32_t OSScreenPutFontEx(uint32_t bufferNum, uint32_t posX, uint32_t posY, void* buffer);
−
|Write text to the screen; unlike OSFatal this doesn't halt your system.
+
|Writes text to the screen; unlike OSFatal this doesn't halt your system.
|}
|}