summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index a3b8432f5..1168cf136 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -1,6 +1,5 @@
1// Copyright 2014 Citra Emulator Project 1// SPDX-FileCopyrightText: 2014 Citra Emulator Project
2// Licensed under GPLv2 or any later version 2// SPDX-License-Identifier: GPL-2.0-or-later
3// Refer to the license.txt file included.
4 3
5#pragma once 4#pragma once
6 5
@@ -330,10 +329,6 @@ bg_red =
330bg_blue = 329bg_blue =
331bg_green = 330bg_green =
332 331
333# Caps the unlocked framerate to a multiple of the title's target FPS.
334# 1 - 1000: Target FPS multiple cap. 1000 (default)
335fps_cap =
336
337[Audio] 332[Audio]
338# Which audio output engine to use. 333# Which audio output engine to use.
339# auto (default): Auto-select 334# auto (default): Auto-select
@@ -434,9 +429,6 @@ use_debug_asserts =
434use_auto_stub = 429use_auto_stub =
435# Enables/Disables the macro JIT compiler 430# Enables/Disables the macro JIT compiler
436disable_macro_jit=false 431disable_macro_jit=false
437# Presents guest frames as they become available. Experimental.
438# false: Disabled (default), true: Enabled
439disable_fps_limit=false
440# Determines whether to enable the GDB stub and wait for the debugger to attach before running. 432# Determines whether to enable the GDB stub and wait for the debugger to attach before running.
441# false: Disabled (default), true: Enabled 433# false: Disabled (default), true: Enabled
442use_gdbstub=false 434use_gdbstub=false