mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
A few more asterisks, mostly casts
This commit is contained in:
parent
f15ffda5a7
commit
4b06e92731
6 changed files with 19 additions and 19 deletions
|
@ -35,7 +35,7 @@ bool ApplyPatch(const PatchInfo& patch) {
|
|||
return false;
|
||||
}
|
||||
|
||||
void* patch_addr = (void *)((uintptr_t)module + patch.rva);
|
||||
void* patch_addr = (void*)((uintptr_t)module + patch.rva);
|
||||
size_t patch_size = patch.length;
|
||||
|
||||
DWORD old_protect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue