mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2026-04-29 15:03:18 +00:00
* Update UC_HOOK_MEM_VALID UC_HOOK_MEM_READ fires before handlers for invalid memory reads, so UC_HOOK_MEM_VALID would technically also be receiving invalid memory reads. Switching to UC_HOOK_MEM_READ_AFTER ensures that only actually valid reads are hooked * Removed macro change, added comment Removed the macro change, but added a clarifying comment. May submit a future PR with a new macro added * Update unicorn.h will -> may * Update unicorn.h |
||
|---|---|---|
| .. | ||
| arm.h | ||
| arm64.h | ||
| m68k.h | ||
| mips.h | ||
| platform.h | ||
| sparc.h | ||
| unicorn.h | ||
| x86.h | ||