diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-06-08 16:41:51 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-06-08 16:41:51 +0200 |
| commit | 873be3cf879e3635a996bcdc34b3e3a6c15969a0 (patch) | |
| tree | 6f75051a27b56cb9ecbf1a22e0f5042b10177db3 /src/include | |
| parent | 685afa230291d64f350afbfdfa8fc82536d99f82 (diff) | |
| download | box64-873be3cf879e3635a996bcdc34b3e3a6c15969a0.tar.gz box64-873be3cf879e3635a996bcdc34b3e3a6c15969a0.zip | |
[RCFILE] Fixed MAXCPU so it works for wine apps too
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/my_cpuid.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ |