Formatting

This commit is contained in:
Dr. Chat 2015-07-06 10:41:41 -05:00
parent 88465de41e
commit 0388d17a72
2 changed files with 2 additions and 4 deletions

View File

@ -824,9 +824,7 @@ SHIM_CALL NtFlushBuffersFile_shim(PPCContext* ppc_context,
SHIM_SET_RETURN_32(result); SHIM_SET_RETURN_32(result);
} }
dword_result_t FscGetCacheElementCount(dword_t r3) { dword_result_t FscGetCacheElementCount(dword_t r3) { return 0; }
return 0;
}
DECLARE_XBOXKRNL_EXPORT(FscGetCacheElementCount, ExportTag::kStub); DECLARE_XBOXKRNL_EXPORT(FscGetCacheElementCount, ExportTag::kStub);
SHIM_CALL FscSetCacheElementCount_shim(PPCContext* ppc_context, SHIM_CALL FscSetCacheElementCount_shim(PPCContext* ppc_context,