mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
PM4 old removed + fixes (#1259)
This commit is contained in:
@@ -334,8 +334,6 @@ void SettingsDialog::updateNoteTextEdit(const QString& elementName) {
|
||||
text = tr("dumpShadersCheckBox");
|
||||
} else if (elementName == "nullGpuCheckBox") {
|
||||
text = tr("nullGpuCheckBox");
|
||||
} else if (elementName == "dumpPM4CheckBox") {
|
||||
text = tr("dumpPM4CheckBox");
|
||||
}
|
||||
|
||||
// Debug
|
||||
@@ -352,7 +350,7 @@ void SettingsDialog::updateNoteTextEdit(const QString& elementName) {
|
||||
ui->descriptionText->setText(text.replace("\\n", "\n"));
|
||||
}
|
||||
|
||||
bool SettingsDialog::override(QObject* obj, QEvent* event) {
|
||||
bool SettingsDialog::eventFilter(QObject* obj, QEvent* event) {
|
||||
if (event->type() == QEvent::Enter || event->type() == QEvent::Leave) {
|
||||
if (qobject_cast<QWidget*>(obj)) {
|
||||
bool hovered = (event->type() == QEvent::Enter);
|
||||
|
||||
Reference in New Issue
Block a user