Fixed MSR mod names in JSON API

This commit is contained in:
SChernykh 2020-11-14 19:55:43 +01:00
parent 3bbe3fa481
commit 9a1e867da2
3 changed files with 4 additions and 2 deletions

View file

@ -55,6 +55,8 @@ public:
MSR_MOD_MAX
};
# define MSR_NAMES_LIST "none", "ryzen_17h", "ryzen_19h", "intel", "custom"
enum Flag : uint32_t {
FLAG_AES,
FLAG_AVX2,