Skip to content

Commit

Permalink
Merge pull request #1737 from grumpycoders/vram-focus-16bpp
Browse files Browse the repository at this point in the history
VRAM Focus requests defaults to 16bpp.
  • Loading branch information
nicolasnoble committed Sep 17, 2024
2 parents 285c86f + 91b5cbd commit d56d825
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 d56d825

Please sign in to comment.