[App] Add text saying that post-processing is vendor-independent

This commit is contained in:
Triang3l 2022-02-01 22:29:14 +03:00
parent 413d7ded49
commit 52ec0acd0c
1 changed files with 4 additions and 0 deletions

View File

@ -271,6 +271,10 @@ void EmulatorWindow::DisplayConfigDialog::OnDraw(ImGuiIO& io) {
// Even if the close button has been pressed, still paint everything not to
// have one frame with an empty window.
// Prevent user confusion which has been reported multiple times.
ImGui::TextUnformatted("All effects can be used on GPUs of any brand.");
ImGui::Spacing();
gpu::CommandProcessor* command_processor =
graphics_system->command_processor();
if (command_processor) {