about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-06-08 16:41:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-06-08 16:41:51 +0200
commit873be3cf879e3635a996bcdc34b3e3a6c15969a0 (patch)
tree6f75051a27b56cb9ecbf1a22e0f5042b10177db3 /src/include
parent685afa230291d64f350afbfdfa8fc82536d99f82 (diff)
downloadbox64-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.h2
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__