#include "DEMOSDK\BASTYPES.H"
Go to the source code of this file.
Macros | |
#define | EMULbufferSize(SIZE) ((SIZE) | 0x1000000UL) |
#define | EMULalignBuffer(BUFFER) (void*)((0x1000000 + (u32)(BUFFER)) & 0xFF000000) /* align on 16 mb for emulation features */ |
Functions | |
PREDECLARE_STRUCT (WINdow) | |
void | EMULinit (void) |
void | EMULrender (void) |
WINdow * | EMULgetWindow (void) |