Setup Display to standard resolution instead of high res

This commit is contained in:
2022-10-04 21:54:40 +02:00
parent 1e329bb691
commit 32e5b55b0a
5 changed files with 60 additions and 20 deletions

View File

@@ -30,7 +30,11 @@ namespace GPU {
}
namespace Screen {
void set_offset(uint16_t x, uint16_t y);
extern uint8_t CurrentDisplayAreaID;
namespace Range {
void set_offset(uint16_t x, uint16_t y);
}
}
}