From 83401ede5f48fa6fcf7acb46a7b9b51423616805 Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Thu, 22 Mar 2018 23:54:51 +0000 Subject: [PATCH] Added Bleeding Edge - Discontinuation Notice --- src/citra_qt/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index b17c011a..89fef1ab 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -72,6 +72,19 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) { game_list->PopulateAsync(UISettings::values.gamedir, UISettings::values.gamedir_deepscan); UpdateUITheme(); + + QMessageBox::critical( + this, tr("Bleeding Edge - Discontinuation Notice"), + tr("Bleeding Edge has been discontinued. You will no longer receive support or updates " + "using this version.



" + "To continue to receive experimental updates, please use our Canary " + "releases.



" + "To download Canary, use our installer:

" + "Citra Download Page



" + "Instructions for removing bleeding edge can be found here:

" + "href='https://community.citra-emu.org/t/" + "bleeding-edge-is-discontinued-uninstall-instructions/'>Instructions on how to remove " + "Citra Bleeding Edge from your workstation")); QStringList args = QApplication::arguments(); if (args.length() >= 2) {