Increase timer loading form

This commit is contained in:
Mixone-FinallyHere 2025-09-09 15:15:13 +02:00
parent 53edf024b7
commit 9072b2de78
2 changed files with 1 additions and 7 deletions

View File

@ -76,7 +76,7 @@ namespace DSPRE.Editors.Utils
factTimer = new Timer
{
Interval = 3000
Interval = 5000
};
factTimer.Tick += (s, e) => factLabel.Text = GetRandomFact();
factTimer.Start();

View File

@ -1055,12 +1055,6 @@ namespace DSPRE
Update();
//for (int i = 0; i < 128; i++) {
// if (!OverlayUtils.IsCompressed(i)) {
// OverlayUtils.Compress(i);
// }
//}
bool success = DSUtils.RepackROM(saveRom.FileName);
if (RomInfo.gameFamily != GameFamilies.DP && RomInfo.gameFamily != GameFamilies.Plat)