coreinit: Add export for OSGetForegroundBucketFreeArea

This commit is contained in:
Exzap 2024-05-05 01:28:08 +02:00
parent 48d2a8371b
commit a744670486

View File

@ -185,6 +185,7 @@ namespace coreinit
{ {
osLib_addFunction("coreinit", "OSGetForegroundBucket", coreinitExport_OSGetForegroundBucket); osLib_addFunction("coreinit", "OSGetForegroundBucket", coreinitExport_OSGetForegroundBucket);
cafeExportRegister("coreinit", OSGetForegroundBucket, LogType::CoreinitMem); cafeExportRegister("coreinit", OSGetForegroundBucket, LogType::CoreinitMem);
cafeExportRegister("coreinit", OSGetForegroundBucketFreeArea, LogType::CoreinitMem);
osLib_addFunction("coreinit", "OSCopyFromClipboard", coreinitExport_OSCopyFromClipboard); osLib_addFunction("coreinit", "OSCopyFromClipboard", coreinitExport_OSCopyFromClipboard);
} }
} }