FscGetCacheElementCount stub

This commit is contained in:
Dr. Chat 2015-07-06 10:41:14 -05:00
parent 93f24d2047
commit 88465de41e
1 changed files with 5 additions and 0 deletions

View File

@ -824,6 +824,11 @@ SHIM_CALL NtFlushBuffersFile_shim(PPCContext* ppc_context,
SHIM_SET_RETURN_32(result);
}
dword_result_t FscGetCacheElementCount(dword_t r3) {
return 0;
}
DECLARE_XBOXKRNL_EXPORT(FscGetCacheElementCount, ExportTag::kStub);
SHIM_CALL FscSetCacheElementCount_shim(PPCContext* ppc_context,
KernelState* kernel_state) {
uint32_t unk_0 = SHIM_GET_ARG_32(0);