mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:48:17 +01:00
Remove some internal decaf functions that snuck in.
This commit is contained in:
parent
b08f267220
commit
d58b264cab
@ -20,14 +20,6 @@ int32_t
|
||||
OSDynLoad_GetAllocator(OSDynLoadAllocFn *outAllocFn,
|
||||
OSDynLoadFreeFn *outFreeFn);
|
||||
|
||||
int32_t
|
||||
OSDynLoad_MemAlloc(int32_t size,
|
||||
int32_t alignment,
|
||||
void **outAddr);
|
||||
|
||||
void
|
||||
OSDynLoad_MemFree(void *addr);
|
||||
|
||||
int32_t
|
||||
OSDynLoad_Acquire(char const *name,
|
||||
OSDynLoadModule *outModule);
|
||||
|
@ -82,15 +82,9 @@ OSInitMutexEx(OSMutex *mutex,
|
||||
void
|
||||
OSLockMutex(OSMutex *mutex);
|
||||
|
||||
void
|
||||
OSLockMutexNoLock(OSMutex *mutex);
|
||||
|
||||
void
|
||||
OSUnlockMutex(OSMutex *mutex);
|
||||
|
||||
void
|
||||
OSUnlockMutexNoLock(OSMutex *mutex);
|
||||
|
||||
BOOL
|
||||
OSTryLockMutex(OSMutex *mutex);
|
||||
|
||||
|
@ -55,8 +55,6 @@ EXPORT(OSFatal);
|
||||
// coreinit/dynload.h
|
||||
EXPORT(OSDynLoad_SetAllocator);
|
||||
EXPORT(OSDynLoad_GetAllocator);
|
||||
EXPORT(OSDynLoad_MemAlloc);
|
||||
EXPORT(OSDynLoad_MemFree);
|
||||
EXPORT(OSDynLoad_Acquire);
|
||||
EXPORT(OSDynLoad_FindExport);
|
||||
EXPORT(OSDynLoad_Release);
|
||||
@ -112,9 +110,7 @@ EXPORT(MEMGetAllocDirForMBlockExpHeap);
|
||||
EXPORT(OSInitMutex);
|
||||
EXPORT(OSInitMutexEx);
|
||||
EXPORT(OSLockMutex);
|
||||
EXPORT(OSLockMutexNoLock);
|
||||
EXPORT(OSUnlockMutex);
|
||||
EXPORT(OSUnlockMutexNoLock);
|
||||
EXPORT(OSTryLockMutex);
|
||||
|
||||
// coreinit/rendezvous.h
|
||||
|
Loading…
Reference in New Issue
Block a user