From 4ae2434da8aafa5c92ebc4c0db99557a11789ff0 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Sat, 4 Sep 2010 10:18:40 +0000 Subject: changed default cover cache size from 128 to 256 pixels git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2630 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UIni.pas | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/base/UIni.pas b/src/base/UIni.pas index 6dd2956d..beb9faa8 100644 --- a/src/base/UIni.pas +++ b/src/base/UIni.pas @@ -929,10 +929,7 @@ begin LoadScreenModes(IniFile); // TextureSize (aka CachedCoverSize) - // Note: a default cached cover size of 128 pixels is big enough, - // 256 pixels are already noticeably slow with 180 covers in the song-screen - // displayed at once. In additon the covers.db will be too big. - TextureSize := GetArrayIndex(ITextureSize, IniFile.ReadString('Graphics', 'TextureSize', '128')); + TextureSize := GetArrayIndex(ITextureSize, IniFile.ReadString('Graphics', 'TextureSize', '256')); // SingWindow SingWindow := GetArrayIndex(ISingWindow, IniFile.ReadString('Graphics', 'SingWindow', 'Big')); -- cgit v1.2.3