From ee786dee1c25cf11233f3318bec929d1dc05ae42 Mon Sep 17 00:00:00 2001 From: Yifan Lu Date: Tue, 18 Oct 2016 22:03:52 -0700 Subject: Added exemem for Vita Removed unneeded field for hooks --- lib/substitute.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/substitute.h') diff --git a/lib/substitute.h b/lib/substitute.h index 224fd04..becf4b0 100644 --- a/lib/substitute.h +++ b/lib/substitute.h @@ -98,8 +98,6 @@ struct substitute_function_hook { /* Currently unused; pass 0. (Protip: When using C {} struct initializer * syntax, you can just omit this.) */ int options; - /* If not zero, then assume the actual address of function is func_addr */ - uintptr_t func_addr; /* Any platform specific auxiliary data */ void *opt; }; -- cgit v1.2.3