libmedi fix

This commit is contained in:
Nekotekina 2017-03-26 12:08:51 +03:00
parent e8984d976c
commit 6b471d50eb

View File

@ -6,7 +6,7 @@ logs::channel libmedi("libmedi", logs::level::notice);
s32 cellMediatorCloseContext() s32 cellMediatorCloseContext()
{ {
libmedi.todo("cellMediatorCreateContext"); libmedi.todo("cellMediatorCloseContext");
return CELL_OK; return CELL_OK;
} }