mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-17 17:19:02 +00:00
format again :(
This commit is contained in:
@@ -23,7 +23,7 @@ extern std::vector<patchInfo> pending_patches;
|
||||
void AddPatchToQueue(patchInfo patchToAdd);
|
||||
void ApplyPendingPatches();
|
||||
|
||||
void PatchMemory(std::string modNameStr, std::string offsetStr, std::string valueStr,
|
||||
bool isOffset, bool littleEndian);
|
||||
void PatchMemory(std::string modNameStr, std::string offsetStr, std::string valueStr, bool isOffset,
|
||||
bool littleEndian);
|
||||
|
||||
} // namespace MemoryPatcher
|
||||
Reference in New Issue
Block a user