diff --git a/rpcs3/rpcs3qt/about_dialog.cpp b/rpcs3/rpcs3qt/about_dialog.cpp index 9e1a58afb0..8b5eecef13 100644 --- a/rpcs3/rpcs3qt/about_dialog.cpp +++ b/rpcs3/rpcs3qt/about_dialog.cpp @@ -16,16 +16,12 @@ about_dialog::about_dialog(QWidget* parent) : QDialog(parent), ui(new Ui::about_ ui->close->setDefault(true); ui->icon->load(QStringLiteral(":/rpcs3.svg")); ui->version->setText(tr("RPCS3 Version: %1").arg(QString::fromStdString(rpcs3::get_verbose_version()))); - ui->description->setText(tr( - R"( -
- RPCS3 is an open-source Sony PlayStation 3 emulator and debugger.
- It is written in C++ for Windows, Linux, FreeBSD and MacOS funded with Patreon.
- Our developers and contributors are always working hard to ensure this project is the best that it can be.
- There are still plenty of implementations to make and optimizations to do.
-
- Please understand that this build is not an official RPCS3 release.
- This build contains changes that may break games, or even damage your data.
- We recommend to download and use the official build from the RPCS3 website.
- Build origin: %1
- Do you wish to use this build anyway?
-
%1
)") + .arg(white_space_style.isEmpty() ? "" : "style=\"white-space: nowrap;\"") + .arg(text.replace("\n", "
- RPCS3 has detected that you are using TSX functions on a Haswell or Broadwell CPU.
- Intel has deactivated these functions in newer Microcode revisions, since they can lead to unpredicted behaviour.
- That means using TSX may break games or even damage your data.
- We recommend to disable this feature and update your computer BIOS.
- Do you wish to use TSX anyway?
-
- RPCS3 has detected your CPU only supports TSX-FA.
- That means using TSX may break games or even damage your data.
- We recommend to disable this feature.
- Do you wish to use TSX anyway?
-
- RPCS3 is an open-source Sony PlayStation 3 emulator and debugger.
- It is written in C++ for Windows, Linux, FreeBSD and MacOS funded with Patreon.
- Our developers and contributors are always working hard to ensure this project is the best that it can be.
- There are still plenty of implementations to make and optimizations to do.
-
- To get started, you must first install the PlayStation 3 firmware.
- Please refer to the Quickstart guide found on the official website for further information.
- If you have any further questions, please refer to the FAQ.
- Otherwise, further discussion and support can be found on the Forums or on our Discord server.
-