sm-ext-dhooks2/DynamicHooks
Peace-Maker b18e3284e1 Fix overriding return value
The custom return value was lost when calling the original function.
Save and restore our own return value, if we're about to call the original function.
2016-12-13 17:45:22 -07:00
..
conventions Fix overriding return value 2016-12-13 17:45:22 -07:00
asm.cpp First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
asm.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
convention.h Fix overriding return value 2016-12-13 17:45:22 -07:00
hook.cpp Fix overriding return value 2016-12-13 17:45:22 -07:00
hook.h Fix overriding return value 2016-12-13 17:45:22 -07:00
manager.cpp Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
manager.h Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
registers.cpp Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
registers.h Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
utilities.cpp First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
utilities.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00