mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-24 18:23:07 -03:00
coreinit: Add export for OSGetForegroundBucketFreeArea
This commit is contained in:
parent
48d2a8371b
commit
a744670486
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue