Skip to content

Commit

Permalink
Returning correct matches number.
Browse files Browse the repository at this point in the history
Returning correct matches number.
  • Loading branch information
Rinnegatamante committed Sep 6, 2016
1 parent 657f128 commit bfa8542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memory.c
Expand Up @@ -42,6 +42,7 @@ void scanMemory(uint32_t* cur_matches, void* mem, uint32_t mem_size, uint64_t va
i+=val_size;
}else i++;
}
cur_matches[0] = matches;
sceIoClose(results_fd);
}

Expand Down

0 comments on commit bfa8542

Please sign in to comment.