diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/os/my_cpuid_wine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/my_cpuid_wine.c b/src/os/my_cpuid_wine.c index 16aab3f1..791a1168 100644 --- a/src/os/my_cpuid_wine.c +++ b/src/os/my_cpuid_wine.c @@ -7,7 +7,8 @@ NTSYSAPI ULONG NTAPI RtlRandom(ULONG *seed); const char* getBoxCpuName() { - return NULL; + static char branding[] = "libwowbox64.dll"; + return branding; } void my_cpuid(x64emu_t* emu, uint32_t tmp32u) |