MFH: r466276
emulators/rpcs3: update to 0.0.5.173
Changes: bca46e92d...b0352d6ef
Approved by: ports-secteam (junovitch, implicit for snapshots)
This commit is contained in:
parent
be75ec9cce
commit
ce61efd0f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=466278
@ -2,8 +2,8 @@
|
||||
|
||||
PORTNAME= rpcs3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.5-146
|
||||
DISTVERSIONSUFFIX= -gbca46e92d
|
||||
DISTVERSION= 0.0.5-173
|
||||
DISTVERSIONSUFFIX= -gb0352d6ef
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1522439431
|
||||
SHA256 (RPCS3-rpcs3-v0.0.5-146-gbca46e92d_GH0.tar.gz) = 0da2cccb2c4380185315e156cc0a109616f00bf8f0bf7413bac3401d705d1114
|
||||
SIZE (RPCS3-rpcs3-v0.0.5-146-gbca46e92d_GH0.tar.gz) = 4322583
|
||||
TIMESTAMP = 1522711072
|
||||
SHA256 (RPCS3-rpcs3-v0.0.5-173-gb0352d6ef_GH0.tar.gz) = 38a09a1aa4691117e099e74c4bec22f3ea019954bc75de94379a61c0de75c90f
|
||||
SIZE (RPCS3-rpcs3-v0.0.5-173-gb0352d6ef_GH0.tar.gz) = 4323099
|
||||
SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642
|
||||
SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623
|
||||
SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841
|
||||
|
@ -157,16 +157,6 @@ Revert https://github.com/RPCS3/rpcs3/commit/cf1c45dfe86e for Qt 5.7 compatibili
|
||||
|
||||
QVBoxLayout* vbox_panel = new QVBoxLayout();
|
||||
QHBoxLayout* hbox_panel = new QHBoxLayout();
|
||||
--- rpcs3/rpcs3qt/rsx_debugger.cpp.orig 2018-02-21 20:18:14 UTC
|
||||
+++ rpcs3/rpcs3qt/rsx_debugger.cpp
|
||||
@@ -18,6 +18,7 @@ rsx_debugger::rsx_debugger(QWidget* parent)
|
||||
{
|
||||
setWindowTitle(tr("RSX Debugger"));
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
+ setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
//Fonts and Colors
|
||||
QFont mono = QFontDatabase::systemFont(QFontDatabase::FixedFont);
|
||||
--- rpcs3/rpcs3qt/save_data_info_dialog.cpp.orig 2018-02-21 20:18:14 UTC
|
||||
+++ rpcs3/rpcs3qt/save_data_info_dialog.cpp
|
||||
@@ -9,6 +9,7 @@ constexpr auto qstr = QString::fromStdString;
|
||||
|
Loading…
Reference in New Issue
Block a user