|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Go to the source code of this file.
Functions | |
| bool | dttr_movies_hooks_init (const DTTR_Mods_Context *ctx) |
| void | dttr_movies_hooks_cleanup (const DTTR_Mods_Context *ctx) |
| int32_t | dttr_movies_hook_movie_play_file_callback (const char *path, int32_t use_alt_rect) |
| int32_t dttr_movies_hook_movie_play_file_callback | ( | const char * | path, |
| int32_t | use_alt_rect ) |
Definition at line 753 of file movies.c.
References dttr_movies_is_playing(), dttr_movies_start(), dttr_movies_stop(), dttr_movies_tick(), and dttr_sidecar_poll_sdl_events().
Referenced by movie_play_file_detour().
| void dttr_movies_hooks_cleanup | ( | const DTTR_Mods_Context * | ctx | ) |
Definition at line 630 of file movies.c.
References DTTR_Core_PatchGroupRelease(), and movie_patch_group.
Referenced by cleanup_runtime().
| bool dttr_movies_hooks_init | ( | const DTTR_Mods_Context * | ctx | ) |
Definition at line 616 of file movies.c.
References ctx, DTTR_ARRAY_COUNT, DTTR_PCDOGS_F_Video_PlayMovieFile, dttr_sidecar_install_pcdogs_patch_group(), movie_patch_group, movie_play_file_detour(), and NULL.
Referenced by install_required_sidecar_hooks().