Support configuratable screen offset and remove resolved TODOs

This commit is contained in:
Jaby
2024-07-30 16:13:32 -05:00
committed by Jaby
parent 8171292a02
commit 247d0dfdd3
8 changed files with 20 additions and 26 deletions

View File

@@ -13,6 +13,8 @@ namespace JabyEngine {
}
};
static constexpr auto DisplayDefaultOffset = GPU::PositionI16::create(0, 0);
struct Periphery {
static constexpr bool include_portB() {
return false;