|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <stdbool.h>#include <stddef.h>#include <wchar.h>Go to the source code of this file.
Functions | |
| bool | DTTR_LoaderPath_IsISOW (const wchar_t *path) |
| size_t | DTTR_Loader_GameSubpathCount () |
| const wchar_t * | DTTR_Loader_GameSubpathAt (size_t index) |
| const char * | DTTR_LoaderISO_GameRoot () |
| const char * | DTTR_LoaderISO_GameEXEPath () |
| const char * | DTTR_LoaderISO_GamePkgPath () |
| const char * | DTTR_LoaderISO_GameDataPath () |
| bool | DTTR_LoaderISO_CacheRootForPath (const char *cache_base_dir, const char *iso_path, char *out_path, size_t out_path_size) |
| const wchar_t * DTTR_Loader_GameSubpathAt | ( | size_t | index | ) |
Definition at line 55 of file paths.c.
References DTTR_Loader_GameSubpathCount(), GAME_SUBPATHS, and NULL.
Referenced by try_dir().
| size_t DTTR_Loader_GameSubpathCount | ( | ) |
Definition at line 51 of file paths.c.
References GAME_SUBPATHS.
Referenced by DTTR_Loader_GameSubpathAt(), and try_dir().
| bool DTTR_LoaderISO_CacheRootForPath | ( | const char * | cache_base_dir, |
| const char * | iso_path, | ||
| char * | out_path, | ||
| size_t | out_path_size ) |
Definition at line 94 of file paths.c.
References hash_path(), ISO_CACHE_PATH, and path_needs_separator().
Referenced by resolve_iso_direct().
| const char * DTTR_LoaderISO_GameDataPath | ( | ) |
Definition at line 71 of file paths.c.
References ISO_GAME_DATA_PATH.
Referenced by extract_iso_game_cache().
| const char * DTTR_LoaderISO_GameEXEPath | ( | ) |
Definition at line 63 of file paths.c.
References ISO_GAME_EXE_PATH.
Referenced by extract_iso_game_cache().
| const char * DTTR_LoaderISO_GamePkgPath | ( | ) |
Definition at line 67 of file paths.c.
References ISO_GAME_PKG_PATH.
Referenced by extract_iso_game_cache().
| const char * DTTR_LoaderISO_GameRoot | ( | ) |
Definition at line 59 of file paths.c.
References ISO_GAME_ROOT.
Referenced by resolve_iso_direct().
| bool DTTR_LoaderPath_IsISOW | ( | const wchar_t * | path | ) |
Definition at line 47 of file paths.c.
References has_suffix_w(), and ISO_SUFFIX.
Referenced by try_browsed_path(), and try_configured_path().