mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 00:45:37 +00:00
[rpcsx-os] stub console, npdrm and icc_configuration devices
This commit is contained in:
parent
738a760fbe
commit
35ba07f676
6 changed files with 105 additions and 0 deletions
|
|
@ -323,6 +323,9 @@ static int ps4Exec(orbis::Thread *mainThread,
|
|||
orbis::g_context.dmemDevice = dmem1;
|
||||
|
||||
rx::vfs::mount("/dev/dmem0", createDmemCharacterDevice(0));
|
||||
rx::vfs::mount("/dev/npdrm", createNpdrmCharacterDevice());
|
||||
rx::vfs::mount("/dev/icc_configuration", createIccConfigurationCharacterDevice());
|
||||
rx::vfs::mount("/dev/console", createConsoleCharacterDevice());
|
||||
rx::vfs::mount("/dev/dmem1", dmem1);
|
||||
rx::vfs::mount("/dev/dmem2", createDmemCharacterDevice(2));
|
||||
rx::vfs::mount("/dev/stdout", createFdWrapDevice(STDOUT_FILENO));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue