revert: video_core changes reverted due to instability
Reverted video_core changes as they were causing instability and OpenGL had no video output. The following commits were reverted:1fd5fefcb1edfb500ee7b25c7653e65d952717ff964bbf489aa4088f3a1e18def48dfe3205c9b6912f57a35d2df706427815fc88c06769Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
ba98d0f15c
commit
03aab9becc
29 changed files with 180 additions and 3016 deletions
|
|
@ -760,17 +760,6 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati
|
|||
enable &= setting.UsingGlobal();
|
||||
}
|
||||
|
||||
// Disable memory snapshot and hybrid memory checkboxes
|
||||
if (static_cast<u32>(id) == Settings::values.use_gpu_memory_manager.Id() ||
|
||||
static_cast<u32>(id) == Settings::values.enable_memory_snapshots.Id() ||
|
||||
static_cast<u32>(id) == Settings::values.use_nce.Id()) {
|
||||
enable = false;
|
||||
// Also disable the checkbox to prevent it from being changed
|
||||
if (checkbox) {
|
||||
checkbox->setEnabled(false);
|
||||
}
|
||||
}
|
||||
|
||||
this->setEnabled(enable);
|
||||
|
||||
this->setToolTip(tooltip);
|
||||
|
|
|
|||
Reference in a new issue