Nugget
|
#include <stdint.h>
#include "common/hardware/gpu.h"
#include "common/hardware/hwregs.h"
#include "shell/math.h"
Go to the source code of this file.
Classes | |
union | GPUPoint |
Macros | |
#define | WIDTH 640 |
#define | HEIGHT 480 |
Functions | |
void | initGPU (int isPAL) |
void | flip (int doubleBuffer, const union Color bg) |
void | waitVSync (int interlaced, void(*idle)()) |
#define HEIGHT 480 |
#define WIDTH 640 |