This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu
/
unicorn
Watch
1
Star
0
Fork
You've already forked unicorn
0
mirror of
https://github.com/yuzu-emu/unicorn.git
synced
2025-01-22 03:11:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d3d38d3f21
unicorn
/
include
History
Nguyen Anh Quynh
d3d38d3f21
handle read/write/fetch from unaligned addresses. this adds new error codes UC_ERR_READ_UNALIGNED, UC_ERR_WRITE_UNALIGNED & UC_ERR_FETCH_UNALIGNED
2015-09-09 15:52:15 +08:00
..
unicorn
handle read/write/fetch from unaligned addresses. this adds new error codes UC_ERR_READ_UNALIGNED, UC_ERR_WRITE_UNALIGNED & UC_ERR_FETCH_UNALIGNED
2015-09-09 15:52:15 +08:00
hook.h
rename uchook to uc_hook, ucengine to uc_engine, uc_hook_t to uc_hook_type
2015-09-05 11:20:32 +08:00
qemu.h
import
2015-08-21 15:04:50 +08:00
qemu_macro.h
import
2015-08-21 15:04:50 +08:00
uc_priv.h
cache the last entry of mapped blocks in memory_mapping() for better performance
2015-09-04 15:40:47 +08:00