9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00
This commit is contained in:
Daniel Mills
2020-01-20 19:46:20 -05:00
parent 2aef5f94c0
commit 2702c0f2e4
21 changed files with 525 additions and 40 deletions

View File

@@ -9,8 +9,8 @@ public class Settings
public static class PerformanceSettings
{
public PerformanceMode performanceMode = PerformanceMode.HALF_CPU;
public boolean fastMode = true;
public PerformanceMode performanceMode = PerformanceMode.DOUBLE_CPU;
public boolean fastMode = false;
public int threadPriority = Thread.MAX_PRIORITY;
public int threadCount = 4;
public boolean debugMode = true;