mirror of https://github.com/cemu-project/Cemu.git
coreinit: Add export for OSGetForegroundBucketFreeArea
This commit is contained in:
parent
48d2a8371b
commit
a744670486
|
@ -185,6 +185,7 @@ namespace coreinit
|
|||
{
|
||||
osLib_addFunction("coreinit", "OSGetForegroundBucket", coreinitExport_OSGetForegroundBucket);
|
||||
cafeExportRegister("coreinit", OSGetForegroundBucket, LogType::CoreinitMem);
|
||||
cafeExportRegister("coreinit", OSGetForegroundBucketFreeArea, LogType::CoreinitMem);
|
||||
osLib_addFunction("coreinit", "OSCopyFromClipboard", coreinitExport_OSCopyFromClipboard);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue