diff --git a/output.bin b/output.bin index c217ccf..b3f9207 100644 Binary files a/output.bin and b/output.bin differ diff --git a/src/renderer.cpp b/src/renderer.cpp index 582118a..e9b6234 100644 --- a/src/renderer.cpp +++ b/src/renderer.cpp @@ -26,7 +26,7 @@ void psxsplash::Renderer::init(psyqo::GPU &gpuInstance) { psyqo::GTE::write(psyqo::FixedPoint<16>(160.0).raw()); psyqo::GTE::write(psyqo::FixedPoint<16>(120.0).raw()); - psyqo::GTE::write(120); + psyqo::GTE::write(190); psyqo::GTE::write(ORDERING_TABLE_SIZE / 3); psyqo::GTE::write(ORDERING_TABLE_SIZE / 4); diff --git a/src/renderer.hh b/src/renderer.hh index 8f0cd03..4e94425 100644 --- a/src/renderer.hh +++ b/src/renderer.hh @@ -23,7 +23,7 @@ class Renderer final { Renderer& operator=(const Renderer&) = delete; static constexpr size_t ORDERING_TABLE_SIZE = 4096 * 16; - static constexpr size_t BUMP_ALLOCATOR_SIZE = 8192 * 4; + static constexpr size_t BUMP_ALLOCATOR_SIZE = 8192 * 8; static void init(psyqo::GPU& gpuInstance);