Changes

40 bytes added ,  21:57, 8 April 2015
Made MN1 happy
Line 84: Line 84:  
|-
 
|-
 
|OSScreenGetBufferSizeEx
 
|OSScreenGetBufferSizeEx
|u32 OSScreenGetBufferSizeEx(u32 bufferNum)
+
|uint32_t OSScreenGetBufferSizeEx(uint32_t bufferNum)
 
|get the size of the buffer at "bufferNum"
 
|get the size of the buffer at "bufferNum"
 
|-
 
|-
 
|OSScreenFlipBuffersEx
 
|OSScreenFlipBuffersEx
|u32 OSScreenFlipBuffersEx(u32 bufferNum);
+
|uint32_t OSScreenFlipBuffersEx(uint32_t bufferNum);
 
|Flip/Switch to the buffer at "bufferNum"
 
|Flip/Switch to the buffer at "bufferNum"
 
|-
 
|-
 
|OSScreenPutFontEx
 
|OSScreenPutFontEx
|u32 OSScreenPutFontEx(u32 bufferNum, u32 posX, u32 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.
 
|Write text to the screen; unlike OSFatal this doesn't halt your system.
 
|}
 
|}
91

edits