You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateSetting(HardwareStatsSetting.SelectedCPU,"Selected CPU","Enter the (0th based) index of the CPU you want to track",0);
21
21
CreateSetting(HardwareStatsSetting.SelectedGPU,"Selected GPU","Enter the (0th based) index of the GPU you want to track",0);
22
+
CreateSetting(HardwareStatsSetting.ChatBoxFormatting,"ChatBox Formatting","How should numbers be formatted in the chatbox?","0.0");
22
23
23
24
CreateParameter<float>(HardwareStatsParameter.CpuUsage,ParameterMode.Write,"VRCOSC/Hardware/CPUUsage","CPU Usage","The CPU usage normalised");
24
25
CreateParameter<int>(HardwareStatsParameter.CpuPower,ParameterMode.Write,"VRCOSC/Hardware/CPUPower","CPU Power","The power usage of your CPU in Watts");
0 commit comments