FS: Remove use of GetHandle

This commit is contained in:
Yuri Kunde Schlesner 2015-01-31 10:37:32 -02:00
parent 664c79ff47
commit 8441591659
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}