also hide hacked buffer option on d3d

This commit is contained in:
degasus
2013-05-23 13:58:37 +02:00
parent ae55d82e43
commit 6a5e7d7be4
2 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@ protected:
// OGL Hacked buffer
hacked_buffer_upload->Enable(Core::GetState() == Core::CORE_UNINITIALIZED && vconfig.backend_info.APIType == API_OPENGL);
hacked_buffer_upload->Show(vconfig.backend_info.APIType == API_OPENGL);
ev.Skip();
}