102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
gui_tab_general.c File Reference
#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

Function Documentation

◆ draw_general_tab()

Variable Documentation

◆ LOG_LEVEL_TOOLTIPS

const char* const LOG_LEVEL_TOOLTIPS[]
static
Initial value:
= {
"Logs every message, including detailed trace output.",
"Logs debug, info, warning, error, and fatal messages.",
"Logs normal runtime messages and higher-severity messages.",
"Logs warnings, errors, and fatal messages.",
"Logs errors and fatal messages only.",
"Logs only fatal messages.",
}

Definition at line 3 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ MINIDUMP_TYPE_TOOLTIPS

const char* const MINIDUMP_TYPE_TOOLTIPS[]
static
Initial value:
= {
"Writes a standard crash minidump.",
"Writes a larger crash minidump with additional details.",
}

Definition at line 12 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ TOOLTIP_LOG_FILE_PATH

const char* TOOLTIP_LOG_FILE_PATH = "DttR log file path. Default: dttr.log."
static

Definition at line 23 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ TOOLTIP_LOG_LEVEL

const char* TOOLTIP_LOG_LEVEL
static
Initial value:
= "Minimum log level. Default: info (release), "
"debug (debug)."

Definition at line 21 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ TOOLTIP_MINIDUMP_TYPE

const char* TOOLTIP_MINIDUMP_TYPE
static
Initial value:
= "Crash dump detail. Default: normal "
"(release), detailed (debug)."

Definition at line 24 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ TOOLTIP_PCDOGS_PATH

const char* TOOLTIP_PCDOGS_PATH = "Installed game directory or original ISO."
static

Definition at line 17 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ TOOLTIP_SAVES_PATH

const char* TOOLTIP_SAVES_PATH
static
Initial value:
= "Redirect saves and logs under the DttR "
"directory. Use null or \"\" to disable. "
"Default: saves."

Definition at line 18 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ TOOLTIP_SHOW_CRASH_POPUP

const char* TOOLTIP_SHOW_CRASH_POPUP
static
Initial value:
= "Show a crash popup after writing the crash dump and logging the stack trace. "
"Turn this off to close immediately after a crash. Default: true."

Definition at line 27 of file gui_tab_general.c.

Referenced by draw_general_tab().

◆ TOOLTIP_SKIP_INTRO_MOVIES

const char* TOOLTIP_SKIP_INTRO_MOVIES
static
Initial value:
= "Skip Intro Movies at launch. Default: "
"false."

Definition at line 31 of file gui_tab_general.c.

Referenced by draw_general_tab().