XamContentOpenFile stub

This commit is contained in:
Dr. Chat 2015-09-25 18:35:57 -05:00
parent bf39e33dc0
commit d78f43c574
1 changed files with 7 additions and 0 deletions

View File

@ -333,6 +333,13 @@ SHIM_CALL XamContentCreateEx_shim(PPCContext* ppc_context,
cache_size, content_size, overlapped_ptr);
}
dword_result_t XamContentOpenFile(dword_t r3, lpstring_t r4, lpstring_t r5,
dword_t r6, dword_t r7, dword_t r8,
dword_t r9) {
return X_ERROR_FILE_NOT_FOUND;
}
DECLARE_XAM_EXPORT(XamContentOpenFile, ExportTag::kStub);
SHIM_CALL XamContentFlush_shim(PPCContext* ppc_context,
KernelState* kernel_state) {
uint32_t root_name_ptr = SHIM_GET_ARG_32(0);