diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-29 22:10:01 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-29 22:10:01 -0600 |
| commit | 5ebd7700c3c28c09d9baa315fd06d342e8d7f4c1 (patch) | |
| tree | 07c21d8d847f51002a9462370bd16fd96aa3d752 /src/port/Engine.cpp | |
| parent | b5f40472f699fdc491d3b0733f050b85df69893d (diff) | |
Recalculated samples_high/low to 26800(Still needs help)
Diffstat (limited to 'src/port/Engine.cpp')
| -rw-r--r-- | src/port/Engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 66faebeb1..d9e420bf7 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -62,7 +62,7 @@ GameEngine::GameEngine() { } } - this->context = Ship::Context::CreateInstance("Spaghettify", "skart64", "spaghettify.cfg.json", OTRFiles, {}, 3, {32000, 512, 1100}); + this->context = Ship::Context::CreateInstance("Spaghettify", "skart64", "spaghettify.cfg.json", OTRFiles, {}, 3, { 26800, 512, 1100 }); auto wnd = std::dynamic_pointer_cast<Fast::Fast3dWindow>(Ship::Context::GetInstance()->GetWindow()); |
