Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions saturnringlib/srl_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ namespace SRL

// Initialize VDP2
VDP2::Initialize(backColor);

#ifndef SRL_HIGH_RES
// Set window size to 512 (this allows us to have VDP1 render outside of the visible area)
*(uint16_t*)(SpriteVRAM+20)=511;

#endif
// Set cull depth
SRL::Scene3D::SetDepthDisplayLevel(3);

Expand Down
Loading