|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_loader.h>
Data Fields | |
| bool | is_iso |
| char | cache_root [MAX_PATH] |
| char | game_root [MAX_PATH] |
Definition at line 7 of file dttr_loader.h.
| char DTTR_LoaderIsoContext::cache_root[MAX_PATH] |
Definition at line 9 of file dttr_loader.h.
Referenced by dttr_launcher_main(), and resolve_iso_direct().
| char DTTR_LoaderIsoContext::game_root[MAX_PATH] |
Definition at line 10 of file dttr_loader.h.
Referenced by dttr_launcher_main(), and resolve_iso_direct().
| bool DTTR_LoaderIsoContext::is_iso |
Definition at line 8 of file dttr_loader.h.
Referenced by dttr_launcher_main(), and resolve_iso_direct().