mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
[orbis-kernel] chroot bugfixes
reduce log spam increase count of gcm buffers
This commit is contained in:
parent
1f001101a4
commit
e9dfaf2573
12 changed files with 60 additions and 27 deletions
|
|
@ -44,6 +44,12 @@ static orbis::ErrorCode dipsw_ioctl(orbis::File *file, std::uint64_t request,
|
|||
return {};
|
||||
}
|
||||
|
||||
if (request == 0xc0088803) {
|
||||
// TODO
|
||||
*reinterpret_cast<std::uint32_t *>(argp) = 0;
|
||||
return{};
|
||||
}
|
||||
|
||||
ORBIS_LOG_FATAL("Unhandled dipsw ioctl", request);
|
||||
thread->where();
|
||||
//__builtin_trap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue