|
RetroArch
|
#include <wiiu/types.h>Go to the source code of this file.
Typedefs | |
| typedef enum OSScreenID | OSScreenID |
Enumerations | |
| enum | OSScreenID { SCREEN_TV = 0, SCREEN_DRC = 1 } |
Functions | |
| void | OSScreenInit () |
| uint32_t | OSScreenGetBufferSizeEx (OSScreenID screen) |
| void | OSScreenSetBufferEx (OSScreenID screen, void *addr) |
| void | OSScreenClearBufferEx (OSScreenID screen, uint32_t colour) |
| void | OSScreenFlipBuffersEx (OSScreenID screen) |
| void | OSScreenPutFontEx (OSScreenID screen, uint32_t row, uint32_t column, const char *buffer) |
| void | OSScreenPutPixelEx (OSScreenID screen, uint32_t x, uint32_t y, uint32_t colour) |
| void | OSScreenEnableEx (OSScreenID screen, BOOL enable) |
| typedef enum OSScreenID OSScreenID |
| enum OSScreenID |
| void OSScreenClearBufferEx | ( | OSScreenID | screen, |
| uint32_t | colour | ||
| ) |
| void OSScreenEnableEx | ( | OSScreenID | screen, |
| BOOL | enable | ||
| ) |
| void OSScreenFlipBuffersEx | ( | OSScreenID | screen | ) |
| uint32_t OSScreenGetBufferSizeEx | ( | OSScreenID | screen | ) |
| void OSScreenInit | ( | ) |
| void OSScreenPutFontEx | ( | OSScreenID | screen, |
| uint32_t | row, | ||
| uint32_t | column, | ||
| const char * | buffer | ||
| ) |
| void OSScreenPutPixelEx | ( | OSScreenID | screen, |
| uint32_t | x, | ||
| uint32_t | y, | ||
| uint32_t | colour | ||
| ) |
| void OSScreenSetBufferEx | ( | OSScreenID | screen, |
| void * | addr | ||
| ) |
1.8.15