draft API for OpenGL shito in libui

This commit is contained in:
Arisotura
2019-03-31 21:15:45 +02:00
parent b9703d2e8f
commit 75f8cbf953
4 changed files with 27 additions and 4 deletions

View File

@ -1532,7 +1532,7 @@ void debug(u32 param)
// printf("VRAM %c: %02X\n", 'A'+i, GPU::VRAMCNT[i]);
FILE*
shit = fopen("debug/lmnts.bin", "wb");
shit = fopen("debug/card.bin", "wb");
for (u32 i = 0x02000000; i < 0x02400000; i+=4)
{
u32 val = ARM7Read32(i);