coreinit/mcp: Add MCP_TriggerCrashLogCollection

This commit is contained in:
Andrew
2024-04-21 13:48:39 +01:00
committed by GaryOderNichts
parent 08cfb34e0b
commit e9abab7cd4

View File

@@ -358,6 +358,16 @@ MCP_CompatLoadAVFile(int32_t handle,
uint32_t *size,
MCPCompatAVFile file);
/**
* Saves the current Cafe log to the SLC logs directory.
* Internally calls IOS_Ioctl() with request \c 0xCD .
*
* \return
* \c 0 on success.
*/
MCPError
MCP_TriggerCrashLogCollection(int32_t handle);
#ifdef __cplusplus
}
#endif