FS: Remove use of GetHandle
This commit is contained in:
parent
664c79ff47
commit
8441591659
|
@ -163,7 +163,7 @@ public:
|
|||
case FileCommand::OpenLinkFile:
|
||||
{
|
||||
LOG_WARNING(Service_FS, "(STUBBED) File command OpenLinkFile %s", GetName().c_str());
|
||||
cmd_buff[3] = GetHandle();
|
||||
cmd_buff[3] = Kernel::g_handle_table.Create(this).ValueOr(INVALID_HANDLE);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue