Description
Since PCSX2 has direct integration with Redump, I should let you know that due to the absence and incompetence of the current and only admin at the original site (http://redump.org), all of the staff and active userbase have collectively agreed to move everything over to a new site - https://redump.info which should be far more stable and have numerous fixes over the old site. (Although I feel like searching the DATs would be better than querying the site with a hash in any case, no?)
|
void GameSummaryWidget::onSearchHashClicked() |
|
{ |
|
if (m_redump_search_keyword.empty()) |
|
return; |
|
|
|
QtUtils::OpenURL(this, fmt::format("http://redump.org/discs/quicksearch/{}", m_redump_search_keyword).c_str()); |
|
} |
|
<item row="1" column="2"> |
|
<widget class="QPushButton" name="searchHash"> |
|
<property name="visible"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="text"> |
|
<string>Search on Redump.org...</string> |
|
</property> |
|
</widget> |
|
</item> |
Reason
Redump.org is being deprecated, Redump.info should be queried for hashes
Examples
Not applicable (although PPSSPP could be checked for how they parse the DAT files)
Description
Since PCSX2 has direct integration with Redump, I should let you know that due to the absence and incompetence of the current and only admin at the original site (http://redump.org), all of the staff and active userbase have collectively agreed to move everything over to a new site - https://redump.info which should be far more stable and have numerous fixes over the old site. (Although I feel like searching the DATs would be better than querying the site with a hash in any case, no?)
pcsx2/pcsx2-qt/Settings/GameSummaryWidget.cpp
Lines 362 to 368 in 8e73dea
pcsx2/pcsx2-qt/Settings/GameSummaryWidget.ui
Lines 549 to 558 in 8e73dea
Reason
Redump.org is being deprecated, Redump.info should be queried for hashes
Examples
Not applicable (although PPSSPP could be checked for how they parse the DAT files)