-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,
I've got a simple testing script and I find myself unable to hook. I'm using dolphin 5.0-14095.
while not dolphin_memory_engine.is_hooked(): dolphin_memory_engine.hook() print("hooking")
This simply loops forever. If I opt not to use the loop, any attempts to read values either result in 0 (for single bytes) or empty bytes for multiple.
How would I go about fixing this? Thank you.
Metadata
Metadata
Assignees
Labels
No labels