mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 15:40:30 +01:00
[rpcsx-os] ajm: return ok for ioctls
This commit is contained in:
parent
0c59167c38
commit
8217f2fa7b
|
|
@ -9,7 +9,7 @@ static orbis::ErrorCode ajm_ioctl(orbis::File *file, std::uint64_t request,
|
|||
void *argp, orbis::Thread *thread) {
|
||||
|
||||
ORBIS_LOG_FATAL("Unhandled AJM ioctl", request);
|
||||
return orbis::ErrorCode::PERM;
|
||||
return {};
|
||||
}
|
||||
|
||||
static const orbis::FileOps fileOps = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue