102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
hooks_private.h File Reference
#include <stdint.h>
#include <dttr_mods.h>

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)

Function Documentation

◆ dttr_movies_hook_movie_play_file_callback()

int32_t dttr_movies_hook_movie_play_file_callback ( const char * path,
int32_t use_alt_rect )

◆ dttr_movies_hooks_cleanup()

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().

◆ dttr_movies_hooks_init()