mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Fixed Issue 26. Added a dialog to automatically send a crash report.
This commit is contained in:
@@ -356,8 +356,7 @@ namespace OpenHardwareMonitor.Hardware.CPU {
|
||||
(timeEnd - timeBegin);
|
||||
}
|
||||
|
||||
public void Update() {
|
||||
|
||||
public void Update() {
|
||||
for (int i = 0; i < coreTemperatures.Length; i++) {
|
||||
uint eax, edx;
|
||||
if (WinRing0.RdmsrTx(
|
||||
|
Reference in New Issue
Block a user