Formatting
This commit is contained in:
@@ -87,7 +87,7 @@ class XexModule : public xe::cpu::Module {
|
|||||||
std::string path_;
|
std::string path_;
|
||||||
xe_xex2_ref xex_;
|
xe_xex2_ref xex_;
|
||||||
xex2_header* xex_header_;
|
xex2_header* xex_header_;
|
||||||
bool loaded_; // Loaded into memory?
|
bool loaded_; // Loaded into memory?
|
||||||
|
|
||||||
uint32_t base_address_;
|
uint32_t base_address_;
|
||||||
uint32_t low_address_;
|
uint32_t low_address_;
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user