Fix for higher CPU clock speeds

This commit is contained in:
Jasmine Iwanek
2023-06-23 12:47:30 -04:00
parent db3f1cce7c
commit d50d0326c6

View File

@@ -143,7 +143,7 @@ typedef struct {
const char *name;
uint64_t cpu_type;
const FPU *fpus;
int rspeed;
uint32_t rspeed;
double multi;
uint16_t voltage;
uint32_t edx_reset;