mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Expand hardware monitor voltage count to 10
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
typedef struct {
|
||||
uint16_t fans[4];
|
||||
uint8_t temperatures[4];
|
||||
uint16_t voltages[9];
|
||||
uint16_t voltages[10];
|
||||
} hwm_values_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user