FscGetCacheElementCount stub
This commit is contained in:
parent
93f24d2047
commit
88465de41e
|
@ -824,6 +824,11 @@ SHIM_CALL NtFlushBuffersFile_shim(PPCContext* ppc_context,
|
||||||
SHIM_SET_RETURN_32(result);
|
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,
|
SHIM_CALL FscSetCacheElementCount_shim(PPCContext* ppc_context,
|
||||||
KernelState* kernel_state) {
|
KernelState* kernel_state) {
|
||||||
uint32_t unk_0 = SHIM_GET_ARG_32(0);
|
uint32_t unk_0 = SHIM_GET_ARG_32(0);
|
||||||
|
|
Loading…
Reference in New Issue