We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42f26f commit e92fb99Copy full SHA for e92fb99
src/duckstation-qt/qthost.cpp
@@ -1353,7 +1353,8 @@ void EmuThread::captureGPUFrameDump()
1353
1354
void EmuThread::startControllerTest()
1355
{
1356
- static constexpr const char* PADTEST_URL = "https://downloads.duckstation.org/runtime-resources/padtest.psexe";
+ static constexpr const char* PADTEST_URL =
1357
+ "https://github.com/stenzek/duckstation/raw/refs/heads/master/extras/padtest/padtest.psexe";
1358
1359
if (!isCurrentThread())
1360
0 commit comments