mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
A few more asterisks, mostly casts
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user