mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 14:20:08 +01:00
7 lines
203 B
C++
7 lines
203 B
C++
#include "sys/sysproto.hpp"
|
|
|
|
orbis::SysResult orbis::sys_profil(Thread *thread, caddr_t samples, size_t size,
|
|
size_t offset, uint scale) {
|
|
return ErrorCode::NOSYS;
|
|
}
|