mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Clean vm::ps3 namespace use
This commit is contained in:
parent
76be7d40ac
commit
cce0ad0c35
176 changed files with 693 additions and 698 deletions
|
@ -28,7 +28,7 @@ const HCRYPTPROV s_crypto_provider = []() -> HCRYPTPROV
|
|||
}();
|
||||
#endif
|
||||
|
||||
namespace vm { using namespace ps3; }
|
||||
|
||||
|
||||
logs::channel sys_ss("sys_ss");
|
||||
|
||||
|
@ -63,7 +63,7 @@ error_code sys_ss_random_number_generator(u32 arg1, vm::ptr<void> buf, u64 size)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_ss_get_console_id(vm::ps3::ptr<u8> buf)
|
||||
s32 sys_ss_get_console_id(vm::ptr<u8> buf)
|
||||
{
|
||||
sys_ss.todo("sys_ss_get_console_id(buf=*0x%x)", buf);
|
||||
|
||||
|
@ -73,7 +73,7 @@ s32 sys_ss_get_console_id(vm::ps3::ptr<u8> buf)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_ss_get_open_psid(vm::ps3::ptr<CellSsOpenPSID> psid)
|
||||
s32 sys_ss_get_open_psid(vm::ptr<CellSsOpenPSID> psid)
|
||||
{
|
||||
sys_ss.warning("sys_ss_get_open_psid(psid=*0x%x)", psid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue