mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 23:11:18 +12:00
Remove cemuhook and fix exports (#73)
This commit is contained in:
parent
fb76d714f2
commit
ca78b92718
35 changed files with 38 additions and 792 deletions
|
@ -389,7 +389,7 @@ uint8 memory_readU8(uint32 address)
|
|||
return *(uint8*)(memory_getPointerFromVirtualOffset(address));
|
||||
}
|
||||
|
||||
__declspec(dllexport) void* memory_getBase()
|
||||
extern "C" DLLEXPORT void* memory_getBase()
|
||||
{
|
||||
return memory_base;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue