|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include "gui_internal.h"Go to the source code of this file.
Functions | |
| void | draw_general_tab (const DTTR_ImGuiDialogContext *ctx, config_ui_state *state) |
Variables | |
| static const char *const | LOG_LEVEL_TOOLTIPS [] |
| static const char *const | MINIDUMP_TYPE_TOOLTIPS [] |
| static const char * | TOOLTIP_PCDOGS_PATH = "Installed game directory or original ISO." |
| static const char * | TOOLTIP_SAVES_PATH |
| static const char * | TOOLTIP_LOG_LEVEL |
| static const char * | TOOLTIP_LOG_FILE_PATH = "DttR log file path. Default: dttr.log." |
| static const char * | TOOLTIP_MINIDUMP_TYPE |
| static const char * | TOOLTIP_SHOW_CRASH_POPUP |
| static const char * | TOOLTIP_SKIP_INTRO_MOVIES |
| void draw_general_tab | ( | const DTTR_ImGuiDialogContext * | ctx, |
| config_ui_state * | state ) |
Definition at line 34 of file gui_tab_general.c.
References begin_tab_settings_table(), config_standard_input_width(), ctx, DTTR_CONFIG_CHOICES_LOG_LEVEL, DTTR_CONFIG_CHOICES_MINIDUMP_TYPE, end_settings_table(), FIELD_LABEL_STATE, labeled_checkbox(), labeled_choice_combo(), labeled_input_text(), labeled_log_path_picker(), labeled_path_picker(), LOG_LEVEL_TOOLTIPS, minidump_type(), MINIDUMP_TYPE_TOOLTIPS, PATH_FIELD_LABEL_STATE, state, TOOLTIP_LOG_FILE_PATH, TOOLTIP_LOG_LEVEL, TOOLTIP_MINIDUMP_TYPE, TOOLTIP_PCDOGS_PATH, TOOLTIP_SAVES_PATH, TOOLTIP_SHOW_CRASH_POPUP, and TOOLTIP_SKIP_INTRO_MOVIES.
|
static |
Definition at line 3 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 12 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 23 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 21 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 24 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 17 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 18 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 27 of file gui_tab_general.c.
Referenced by draw_general_tab().
|
static |
Definition at line 31 of file gui_tab_general.c.
Referenced by draw_general_tab().