mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
[rpcsx-os] ajm: return ok for ioctls
This commit is contained in:
parent
0c59167c38
commit
8217f2fa7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue