From 873be3cf879e3635a996bcdc34b3e3a6c15969a0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 8 Jun 2025 16:41:51 +0200 Subject: [RCFILE] Fixed MAXCPU so it works for wine apps too --- src/include/my_cpuid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/my_cpuid.h b/src/include/my_cpuid.h index 985e9cb6..3904517c 100644 --- a/src/include/my_cpuid.h +++ b/src/include/my_cpuid.h @@ -8,5 +8,7 @@ uint32_t helper_getcpu(x64emu_t* emu); // get the numa/cpu id actually running uint32_t get_random32(); uint64_t get_random64(); int getNCpu(); +int getNCpuUnmasked(); +int canNCpuBeChanged(); const char* getBoxCpuName(); #endif //__MY_CPUID_H__ -- cgit 1.4.1