mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2026-01-05 21:32:51 +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 |
||
|---|---|---|
| .. | ||
| unicorn | ||
| list.h | ||
| qemu.h | ||
| uc_priv.h | ||