mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 11:45:47 +00:00
[cmake] Update URL to new repo
This commit is contained in:
parent
d8bfc691d1
commit
0ce2ec3b36
4 changed files with 6 additions and 6 deletions
|
@ -62,7 +62,7 @@ std::string DiscordImpl::GetGameString(const std::string& title) {
|
|||
|
||||
void DiscordImpl::UpdateGameStatus(bool use_default) {
|
||||
const std::string default_text = "eden is an emulator for the Nintendo Switch";
|
||||
const std::string default_image = "https://git.eden-emu.dev/eden-emu/eden/raw/branch/master/"
|
||||
const std::string default_image = "https://github.com/pflyly/eden-mirror/raw/branch/master/"
|
||||
"dist/qt_themes/default/icons/256x256/eden_named.png";
|
||||
const std::string url = use_default ? default_image : game_url;
|
||||
s64 start_time = std::chrono::duration_cast<std::chrono::seconds>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue