Setup Display to standard resolution instead of high res

This commit is contained in:
Jaby
2022-10-04 21:54:40 +02:00
parent 051ae637f1
commit ec4bdac5ec
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);
}
}
}