Qt: Update padtest URL

This commit is contained in:
Stenzek
2025-12-02 23:13:41 +10:00
parent b42f26fbac
commit e92fb99a10

View File

@@ -1353,7 +1353,8 @@ void EmuThread::captureGPUFrameDump()
void EmuThread::startControllerTest() void EmuThread::startControllerTest()
{ {
static constexpr const char* PADTEST_URL = "https://downloads.duckstation.org/runtime-resources/padtest.psexe"; static constexpr const char* PADTEST_URL =
"https://github.com/stenzek/duckstation/raw/refs/heads/master/extras/padtest/padtest.psexe";
if (!isCurrentThread()) if (!isCurrentThread())
{ {