|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_config.h>
Data Fields | |
| int | schema_major_version |
| int | log_level |
| DTTR_MinidumpType | minidump_type |
| bool | show_crash_popup |
| char | log_file_path [MAX_PATH] |
| char | pcdogs_path [MAX_PATH] |
| char | saves_path [MAX_PATH] |
| bool | skip_intro_movies |
| DTTR_ScalingMode | scaling_fit |
| DTTR_ScalingMethod | scaling_method |
| DTTR_GraphicsApi | graphics_api |
| DTTR_VertexPrecision | vertex_precision |
| bool | sprite_smooth |
| SDL_GPUFilter | present_filter |
| int | window_width |
| int | window_height |
| int | msaa_samples |
| bool | texture_upload_sync |
| bool | generate_texture_mipmaps |
| bool | fullscreen |
| bool | hot_reload |
| int | disabled_mod_count |
| char | disabled_mods [DTTR_CONFIG_DISABLED_MODS_MAX][MAX_PATH] |
| float | mss_sample_gain |
| float | mss_sample_preemphasis |
| bool | gamepad_enabled |
| int | gamepad_index |
| int | gamepad_button_map [DTTR_GAMEPAD_SOURCE_COUNT] |
| int | gamepad_axes [DTTR_GAMEPAD_AXIS_MAPPING_COUNT] |
| int | gamepad_axis_deadzone [DTTR_GAMEPAD_AXIS_MAPPING_COUNT] |
Definition at line 84 of file dttr_config.h.
| int DTTR_Config::disabled_mod_count |
Definition at line 106 of file dttr_config.h.
Referenced by add_disabled_mod(), config_add_disabled_mods(), config_apply_disabled_mods(), DTTR_Config_DisabledModsChanged(), find_disabled_mod(), and remove_disabled_mod().
| char DTTR_Config::disabled_mods[DTTR_CONFIG_DISABLED_MODS_MAX][MAX_PATH] |
Definition at line 107 of file dttr_config.h.
Referenced by add_disabled_mod(), config_add_disabled_mods(), DTTR_Config_DisabledModsChanged(), find_disabled_mod(), and remove_disabled_mod().
| bool DTTR_Config::fullscreen |
Definition at line 104 of file dttr_config.h.
| int DTTR_Config::gamepad_axes[DTTR_GAMEPAD_AXIS_MAPPING_COUNT] |
Definition at line 113 of file dttr_config.h.
| int DTTR_Config::gamepad_axis_deadzone[DTTR_GAMEPAD_AXIS_MAPPING_COUNT] |
Definition at line 114 of file dttr_config.h.
| int DTTR_Config::gamepad_button_map[DTTR_GAMEPAD_SOURCE_COUNT] |
Definition at line 112 of file dttr_config.h.
Referenced by config_add_gamepad_buttons(), config_apply_buttons(), and DTTR_Config_SetDefaults().
| bool DTTR_Config::gamepad_enabled |
Definition at line 110 of file dttr_config.h.
| int DTTR_Config::gamepad_index |
Definition at line 111 of file dttr_config.h.
| bool DTTR_Config::generate_texture_mipmaps |
Definition at line 103 of file dttr_config.h.
| DTTR_GraphicsApi DTTR_Config::graphics_api |
Definition at line 95 of file dttr_config.h.
| bool DTTR_Config::hot_reload |
Definition at line 105 of file dttr_config.h.
| char DTTR_Config::log_file_path[MAX_PATH] |
Definition at line 89 of file dttr_config.h.
| int DTTR_Config::log_level |
Definition at line 86 of file dttr_config.h.
| DTTR_MinidumpType DTTR_Config::minidump_type |
Definition at line 87 of file dttr_config.h.
| int DTTR_Config::msaa_samples |
Definition at line 101 of file dttr_config.h.
| float DTTR_Config::mss_sample_gain |
Definition at line 108 of file dttr_config.h.
| float DTTR_Config::mss_sample_preemphasis |
Definition at line 109 of file dttr_config.h.
| char DTTR_Config::pcdogs_path[MAX_PATH] |
Definition at line 90 of file dttr_config.h.
| SDL_GPUFilter DTTR_Config::present_filter |
Definition at line 98 of file dttr_config.h.
| char DTTR_Config::saves_path[MAX_PATH] |
Definition at line 91 of file dttr_config.h.
| DTTR_ScalingMode DTTR_Config::scaling_fit |
Definition at line 93 of file dttr_config.h.
| DTTR_ScalingMethod DTTR_Config::scaling_method |
Definition at line 94 of file dttr_config.h.
| int DTTR_Config::schema_major_version |
Definition at line 85 of file dttr_config.h.
| bool DTTR_Config::show_crash_popup |
Definition at line 88 of file dttr_config.h.
| bool DTTR_Config::skip_intro_movies |
Definition at line 92 of file dttr_config.h.
| bool DTTR_Config::sprite_smooth |
Definition at line 97 of file dttr_config.h.
| bool DTTR_Config::texture_upload_sync |
Definition at line 102 of file dttr_config.h.
| DTTR_VertexPrecision DTTR_Config::vertex_precision |
Definition at line 96 of file dttr_config.h.
| int DTTR_Config::window_height |
Definition at line 100 of file dttr_config.h.
| int DTTR_Config::window_width |
Definition at line 99 of file dttr_config.h.