move vram to pvr
This commit is contained in:
parent
569c23ca95
commit
dc0c5baece
|
@ -12,6 +12,8 @@
|
|||
|
||||
static u32 pvr_map32(u32 offset32);
|
||||
|
||||
VArray2 vram;
|
||||
|
||||
// YUV converter code
|
||||
static SQBuffer YUV_tempdata[512 / sizeof(SQBuffer)]; // 512 bytes
|
||||
|
||||
|
|
|
@ -133,7 +133,6 @@ void palette_update()
|
|||
}
|
||||
|
||||
static std::vector<vram_block*> VramLocks[VRAM_SIZE_MAX / PAGE_SIZE];
|
||||
VArray2 vram; // vram 32-64b
|
||||
|
||||
//List functions
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue