mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
5 lines
97 B
C
5 lines
97 B
C
#pragma once
|
|
|
|
using atexit_func_t = func_def<void(vm::ptr<void>)>;
|
|
|
|
extern psv_log_base sceLibc;
|