Update URLs related towards cemu_graphic_packs repo. (#764)

This commit is contained in:
Michael 2023-04-12 19:37:53 -07:00 committed by GitHub
parent 916e9099ac
commit d27935a1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Cemu is currently only available for 64-bit Windows, Linux & macOS devices.
#### Other relevant repositories:
- [Cemu-Language](https://github.com/cemu-project/Cemu-Language)
- [Cemu's Community Graphic Packs](https://github.com/ActualMandM/cemu_graphic_packs)
- [Cemu's Community Graphic Packs](https://github.com/cemu-project/cemu_graphic_packs)
## Download

View File

@ -137,7 +137,7 @@ void DownloadGraphicPacksWindow::UpdateThread()
{
// cemu api request failed, use hardcoded github url
cemuLog_log(LogType::Force, "Graphic pack update request failed or returned invalid URL. Using default repository URL instead");
githubAPIUrl = "https://api.github.com/repos/slashiee/cemu_graphic_packs/releases/latest";
githubAPIUrl = "https://api.github.com/repos/cemu-project/cemu_graphic_packs/releases/latest";
}
// github API request
if (curlDownloadFile(githubAPIUrl.c_str(), &tempDownloadState) == false)