1
0

Implement SAVE (1)

This commit is contained in:
otya128
2016-12-27 15:41:07 +09:00
parent ab86a9fb4e
commit 618a145c9c
2 changed files with 23 additions and 1 deletions

View File

@@ -1671,6 +1671,9 @@ class PetitComputer
currentDisplay.yoffset = currentDisplay.windowSize.height;
updateWindowSize();
}
int currentSlot;
int slotSize = 4;
//プチコン内部表現はRGB5_A1
static uint toGLColor(GLenum format, ubyte r, ubyte g, ubyte b, ubyte a)
{