Make sure RomInfoWidget that uses bilinear scaling.

This commit is contained in:
Christian Speckner 2019-12-16 09:00:44 +01:00
parent 90e23019b0
commit 3d97660472
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ void RomInfoWidget::parseProperties(const FilesystemNode& node)
if(mySurface == nullptr)
{
mySurface = instance().frameBuffer().allocateSurface(
TIAConstants::viewableWidth*2, TIAConstants::viewableHeight*2);
TIAConstants::viewableWidth*2, TIAConstants::viewableHeight*2, FrameBuffer::ScalingInterpolation::blur);
mySurface->applyAttributes();
dialog().addSurface(mySurface);