mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 06:38:46 +00:00
format again...
This commit is contained in:
parent
0c1c3d7a83
commit
055de99d5a
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ void AddPatchToQueue(patchInfo patchToAdd) {
|
|||
|
||||
void ApplyPendingPatches() {
|
||||
|
||||
for (size_t i = 0; i < pending_patches.size(); ++i) {
|
||||
for (size_t i = 0; i < pending_patches.size(); ++i) {
|
||||
patchInfo currentPatch = pending_patches[i];
|
||||
PatchMemory(currentPatch.modNameStr, currentPatch.offsetStr, currentPatch.valueStr,
|
||||
currentPatch.isOffset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue