Skip to content

Commit

Permalink
linebreak to conform to coding convention
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedowns committed Sep 30, 2022
1 parent 62456bf commit d889963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/citra/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ void Config::ReadValues() {
Settings::values.texture_filter_name =
sdl2_config->GetString("Renderer", "texture_filter_name", "none");

Settings::values.mono_render_left_eye = sdl2_config->GetBoolean("Renderer", "mono_render_left_eye", false);
Settings::values.mono_render_left_eye =
sdl2_config->GetBoolean("Renderer", "mono_render_left_eye", false);
Settings::values.render_3d = static_cast<Settings::StereoRenderOption>(
sdl2_config->GetInteger("Renderer", "render_3d", 0));
Settings::values.factor_3d =
Expand Down

0 comments on commit d889963

Please sign in to comment.