Skip to content

Commit e92fb99

Browse files
committed
Qt: Update padtest URL
1 parent b42f26f commit e92fb99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/duckstation-qt/qthost.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,8 @@ void EmuThread::captureGPUFrameDump()
13531353

13541354
void EmuThread::startControllerTest()
13551355
{
1356-
static constexpr const char* PADTEST_URL = "https://downloads.duckstation.org/runtime-resources/padtest.psexe";
1356+
static constexpr const char* PADTEST_URL =
1357+
"https://github.com/stenzek/duckstation/raw/refs/heads/master/extras/padtest/padtest.psexe";
13571358

13581359
if (!isCurrentThread())
13591360
{

0 commit comments

Comments
 (0)