Remove cemuhook and fix exports

This commit is contained in:
Crementif 2022-08-26 17:52:38 +02:00
parent fb76d714f2
commit 51795d6c04
No known key found for this signature in database
GPG key ID: 43903308F77B6C3B
35 changed files with 38 additions and 792 deletions

View file

@ -46,8 +46,8 @@ ChunkedFlatAllocator<64 * 1024> g_heapTrampolineArea;
std::vector<rplDependency_t*> rplDependencyList = std::vector<rplDependency_t*>();
__declspec(dllexport) RPLModule* rplModuleList[256];
__declspec(dllexport) sint32 rplModuleCount = 0;
RPLModule* rplModuleList[256];
sint32 rplModuleCount = 0;
uint32 _currentTLSModuleIndex = 1; // value 0 is reserved