move vram to pvr

This commit is contained in:
Flyinghead 2021-03-26 21:12:52 +01:00
parent 569c23ca95
commit dc0c5baece
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,8 @@
static u32 pvr_map32(u32 offset32);
VArray2 vram;
// YUV converter code
static SQBuffer YUV_tempdata[512 / sizeof(SQBuffer)]; // 512 bytes

View File

@ -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
//