|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Go to the source code of this file.
Functions | |
| bool | dttr_game_hooks_init (const DTTR_Mods_Context *ctx) |
| void | dttr_game_hooks_cleanup (const DTTR_Mods_Context *) |
Variables | |
| static DTTR_Core_PatchGroup * | game_targets |
| void dttr_game_hooks_cleanup | ( | const DTTR_Mods_Context * | ctx | ) |
Definition at line 41 of file hooks.c.
References DTTR_Core_PatchGroupRelease(), game_targets, and NULL.
Referenced by cleanup_runtime().
| bool dttr_game_hooks_init | ( | const DTTR_Mods_Context * | ctx | ) |
Definition at line 10 of file hooks.c.
References ctx, DTTR_ARRAY_COUNT, dttr_crt_hook_open_file_callback(), dttr_hook_cleanup_title_resources_callback(), dttr_hook_resolve_pcdogs_path_callback(), DTTR_PCDOGS_F_File_Open, DTTR_PCDOGS_F_Title_CleanupScreenResources, DTTR_PCDOGS_PATCH_SPEC_AOB_REL32_JMP, dttr_sidecar_install_pcdogs_patch_group(), game_targets, and NULL.
Referenced by install_required_sidecar_hooks().
|
static |
Definition at line 6 of file hooks.c.
Referenced by dttr_game_hooks_cleanup(), and dttr_game_hooks_init().