Skip to content

Commit

Permalink
VRAM Focus requests defaults to 16bpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Sep 17, 2024
1 parent 285c86f commit 91b5cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ enum VRAMMode : int {
struct VRAMFocus {
int x1, y1;
int x2, y2;
VRAMMode vramMode;
VRAMMode vramMode = VRAM_16BITS;
};
struct VRAMHover {
float x, y;
Expand Down

0 comments on commit 91b5cbd

Please sign in to comment.