More updates
This commit is contained in:
@@ -77,7 +77,8 @@ namespace ScreenCenter {
|
||||
Formular{.name = PSYQ::Name, .function = PSYQ::set_offset}
|
||||
};
|
||||
|
||||
static constexpr const GPU::VRAM2VRAM background_img[] = { // TODO: Shouldn't current_id 0 be 0 and not 256?
|
||||
static constexpr const GPU::VRAM2VRAM background_img[] = {
|
||||
// current_id of 0 will be rendering on (0, 256)
|
||||
GPU::VRAM2VRAM::create(Make::AreaU16(384, 240, 256, 240), Make::PositionU16(32, GPU::Display::Height)),
|
||||
GPU::VRAM2VRAM::create(Make::AreaU16(384, 240, 256, 240), Make::PositionU16(32, 0)),
|
||||
};
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<PSXCD>
|
||||
<!--
|
||||
TODO: Support this?
|
||||
TODO: Support configurable default values for this
|
||||
<Defaults>
|
||||
<Data lead-out="0:2:0"\>
|
||||
<Directory hidden="true"\>
|
||||
|
Reference in New Issue
Block a user