mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 00:59:18 +01:00
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
Block a user