video_out: Internal Resolution Support (#3194)

* impl

* clang

* clang+

* update total_entries too
This commit is contained in:
Fire Cube
2025-07-07 18:17:56 +02:00
committed by GitHub
parent 7fedbd52e0
commit 80f7ec2681
5 changed files with 56 additions and 25 deletions

View File

@@ -222,7 +222,7 @@ void Emulator::Run(std::filesystem::path file, const std::vector<std::string> ar
}
}
window = std::make_unique<Frontend::WindowSDL>(
Config::getScreenWidth(), Config::getScreenHeight(), controller, window_title);
Config::getWindowWidth(), Config::getWindowHeight(), controller, window_title);
g_window = window.get();