mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 14:29:39 +00:00
14 lines
205 B
C++
14 lines
205 B
C++
#define __APICALL_EXTERN
|
|
#include "imports_exit.h"
|
|
#undef __APICALL_EXTERN
|
|
|
|
#include "core/dmem/dmem.h"
|
|
|
|
/**
|
|
* @brief Exit handling of the core lib
|
|
*
|
|
*/
|
|
|
|
void core_exit() {
|
|
// signal handler context
|
|
} |