|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Symbol_Data_ID | SymbolID |
| DTTR_PCDOGS_T_Data_ID | DataID |
| DTTR_PCDOGS_T_Write_Policy(* | Policy )() |
| DTTR_Result(* | Status )() |
| bool(* | IsResolved )() |
| uintptr_t(* | Address )() |
| uint8_t(*(* | Ptr )())[0x6c] |
| DTTR_Result(* | Read )(uint8_t(*out_value)[0x6c]) |
| DTTR_Result(* | Write )(const uint8_t(*value)[0x6c]) |
| DTTR_Result(* | UnsafeWrite )(const uint8_t(*value)[0x6c]) |
| Bypasses Policy(); still requires resolved, writable memory. | |
| DTTR_PCDOGS_T_Patch_Spec(* | PatchSpec )(bool required, void *new_value, void **out_original) |
Editable options/config backup block copied before controls remapping and passed to Config_SaveSettingsToINI.
Definition at line 63112 of file dttr_pcdogs.h.
| uintptr_t(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::Address) () |
Definition at line 63118 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Data_ID DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::DataID |
Definition at line 63114 of file dttr_pcdogs.h.
| bool(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::IsResolved) () |
Definition at line 63117 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Patch_Spec(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::PatchSpec) (bool required, void *new_value, void **out_original) |
Definition at line 63127 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Write_Policy(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::Policy) () |
Definition at line 63115 of file dttr_pcdogs.h.
| uint8_t(*(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::Ptr) ())[0x6c] |
Definition at line 63119 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::Read) (uint8_t(*out_value)[0x6c]) |
Definition at line 63120 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::Status) () |
Definition at line 63116 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Symbol_Data_ID DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::SymbolID |
Definition at line 63113 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::UnsafeWrite) (const uint8_t(*value)[0x6c]) |
Bypasses Policy(); still requires resolved, writable memory.
Definition at line 63125 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_Menu_HandleOptionsLogic_BackupData_type::Write) (const uint8_t(*value)[0x6c]) |
Writer that enforces the symbol write policy. Returns DTTR_ERR_POLICY_MISMATCH unless Policy() is RAW_MEMORY.
Definition at line 63123 of file dttr_pcdogs.h.