Make sure RomInfoWidget that uses bilinear scaling.

This commit is contained in:
Christian Speckner 2019-12-16 09:00:44 +01:00
parent d0e18d7e91
commit f40917e48a
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);