demOS
 All Data Structures Files Modules Pages
Macros | Functions
EMUL.H File Reference

EMUL More...

#include "DEMOSDK\BASTYPES.H"
Include dependency graph for EMUL.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)
 

Detailed Description

EMUL