mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 06:40:05 +01:00
4 lines
108 B
C++
4 lines
108 B
C++
#include "sys/sysproto.hpp"
|
|
|
|
orbis::SysResult orbis::sys_yield(Thread *thread) { return ErrorCode::NOSYS; }
|