Separate between Display and Screen

This commit is contained in:
Jaby
2022-10-03 15:40:46 +02:00
parent 83c00992aa
commit 3ee0ba72b2
4 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#include <PSX/GPU/GPU.hpp>
namespace GPU {
namespace Display {
namespace Screen {
#ifdef JABYENGINE_PAL
static constexpr uint16_t ScanlinesV = 288;
#else