mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-21 16:49:19 +01:00
Update URLs related towards cemu_graphic_packs repo. (#764)
This commit is contained in:
parent
916e9099ac
commit
d27935a1bd
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user