mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 10:16:50 +02:00
Improving image scale quality. Removed debug print.
This commit is contained in:
@@ -160,6 +160,11 @@ bool SDL::Initialize(Configuration &config)
|
||||
}
|
||||
}
|
||||
|
||||
if(SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1") != SDL_TRUE)
|
||||
{
|
||||
Logger::Write(Logger::ZONE_ERROR, "SDL", "Improve scale quality. Continuing with low-quality settings.");
|
||||
}
|
||||
|
||||
if(retVal)
|
||||
{
|
||||
Mutex = SDL_CreateMutex();
|
||||
|
||||
Reference in New Issue
Block a user