Browse Source

Merge pull request #835 from FearlessTobi/port-minor-prs

Port #3641 and #3702 from Citra (Small changes to default_ini and gitignore)
nce_cpp
bunnei 8 years ago
committed by GitHub
parent
commit
e042f5b900
  1. 2
      .gitignore
  2. 2
      src/yuzu_cmd/default_ini.h

2
.gitignore

@ -11,7 +11,7 @@ src/common/scm_rev.cpp
.idea/ .idea/
.vs/ .vs/
.vscode/ .vscode/
CMakeLists.txt.user
CMakeLists.txt.user*
# *nix related # *nix related
# Common convention for backup or temporary files # Common convention for backup or temporary files

2
src/yuzu_cmd/default_ini.h

@ -118,7 +118,7 @@ bg_green =
layout_option = layout_option =
# Toggle custom layout (using the settings below) on or off. # Toggle custom layout (using the settings below) on or off.
# 0 (default): Off , 1: On
# 0 (default): Off, 1: On
custom_layout = custom_layout =
# Screen placement when using Custom layout option # Screen placement when using Custom layout option

Loading…
Cancel
Save