102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_Config Struct Reference

#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]

Detailed Description

Definition at line 84 of file dttr_config.h.

Field Documentation

◆ disabled_mod_count

◆ disabled_mods

◆ fullscreen

bool DTTR_Config::fullscreen

Definition at line 104 of file dttr_config.h.

◆ gamepad_axes

int DTTR_Config::gamepad_axes[DTTR_GAMEPAD_AXIS_MAPPING_COUNT]

Definition at line 113 of file dttr_config.h.

◆ gamepad_axis_deadzone

int DTTR_Config::gamepad_axis_deadzone[DTTR_GAMEPAD_AXIS_MAPPING_COUNT]

Definition at line 114 of file dttr_config.h.

◆ gamepad_button_map

int DTTR_Config::gamepad_button_map[DTTR_GAMEPAD_SOURCE_COUNT]

◆ gamepad_enabled

bool DTTR_Config::gamepad_enabled

Definition at line 110 of file dttr_config.h.

◆ gamepad_index

int DTTR_Config::gamepad_index

Definition at line 111 of file dttr_config.h.

◆ generate_texture_mipmaps

bool DTTR_Config::generate_texture_mipmaps

Definition at line 103 of file dttr_config.h.

◆ graphics_api

DTTR_GraphicsApi DTTR_Config::graphics_api

Definition at line 95 of file dttr_config.h.

◆ hot_reload

bool DTTR_Config::hot_reload

Definition at line 105 of file dttr_config.h.

◆ log_file_path

char DTTR_Config::log_file_path[MAX_PATH]

Definition at line 89 of file dttr_config.h.

◆ log_level

int DTTR_Config::log_level

Definition at line 86 of file dttr_config.h.

◆ minidump_type

DTTR_MinidumpType DTTR_Config::minidump_type

Definition at line 87 of file dttr_config.h.

◆ msaa_samples

int DTTR_Config::msaa_samples

Definition at line 101 of file dttr_config.h.

◆ mss_sample_gain

float DTTR_Config::mss_sample_gain

Definition at line 108 of file dttr_config.h.

◆ mss_sample_preemphasis

float DTTR_Config::mss_sample_preemphasis

Definition at line 109 of file dttr_config.h.

◆ pcdogs_path

char DTTR_Config::pcdogs_path[MAX_PATH]

Definition at line 90 of file dttr_config.h.

◆ present_filter

SDL_GPUFilter DTTR_Config::present_filter

Definition at line 98 of file dttr_config.h.

◆ saves_path

char DTTR_Config::saves_path[MAX_PATH]

Definition at line 91 of file dttr_config.h.

◆ scaling_fit

DTTR_ScalingMode DTTR_Config::scaling_fit

Definition at line 93 of file dttr_config.h.

◆ scaling_method

DTTR_ScalingMethod DTTR_Config::scaling_method

Definition at line 94 of file dttr_config.h.

◆ schema_major_version

int DTTR_Config::schema_major_version

Definition at line 85 of file dttr_config.h.

◆ show_crash_popup

bool DTTR_Config::show_crash_popup

Definition at line 88 of file dttr_config.h.

◆ skip_intro_movies

bool DTTR_Config::skip_intro_movies

Definition at line 92 of file dttr_config.h.

◆ sprite_smooth

bool DTTR_Config::sprite_smooth

Definition at line 97 of file dttr_config.h.

◆ texture_upload_sync

bool DTTR_Config::texture_upload_sync

Definition at line 102 of file dttr_config.h.

◆ vertex_precision

DTTR_VertexPrecision DTTR_Config::vertex_precision

Definition at line 96 of file dttr_config.h.

◆ window_height

int DTTR_Config::window_height

Definition at line 100 of file dttr_config.h.

◆ window_width

int DTTR_Config::window_width

Definition at line 99 of file dttr_config.h.


The documentation for this struct was generated from the following file: