From c5b25fa132d8e5d0b246dea43a769e7f176885a0 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Fri, 3 Feb 2023 09:07:07 +0100 Subject: [PATCH] Remove obsolete shader compilation hint settings --- rpcs3/Emu/system_config.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/rpcs3/Emu/system_config.h b/rpcs3/Emu/system_config.h index 0da43605e8..9e7525ca5e 100644 --- a/rpcs3/Emu/system_config.h +++ b/rpcs3/Emu/system_config.h @@ -221,15 +221,6 @@ struct cfg_root : cfg::node } perf_overlay{ this }; - struct node_shader_compilation_hint : cfg::node - { - node_shader_compilation_hint(cfg::node* _this) : cfg::node(_this, "Shader Compilation Hint") {} - - cfg::_int<0, 1280> pos_x{ this, "Position X (px)", 20, true }; // horizontal position starting from the upper border in px - cfg::_int<0, 720> pos_y{ this, "Position Y (px)", 690, true }; // vertical position starting from the left border in px - - } shader_compilation_hint{ this }; - struct node_shader_preloading_dialog : cfg::node { node_shader_preloading_dialog(cfg::node* _this) : cfg::node(_this, "Shader Loading Dialog") {}