mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-14 22:50:06 +00:00
[EA ONLY] discord_impl: Use a different version of the yuzu logo
This commit is contained in:
parent
a1c355051e
commit
368b942e44
@ -63,7 +63,7 @@ std::string DiscordImpl::GetGameString(const std::string& title) {
|
|||||||
|
|
||||||
void DiscordImpl::UpdateGameStatus(bool use_default) {
|
void DiscordImpl::UpdateGameStatus(bool use_default) {
|
||||||
const std::string default_text = "yuzu is an emulator for the Nintendo Switch";
|
const std::string default_text = "yuzu is an emulator for the Nintendo Switch";
|
||||||
const std::string default_image = "yuzu_logo";
|
const std::string default_image = "yuzu_logo_ea";
|
||||||
const std::string url = use_default ? default_image : game_url;
|
const std::string url = use_default ? default_image : game_url;
|
||||||
s64 start_time = std::chrono::duration_cast<std::chrono::seconds>(
|
s64 start_time = std::chrono::duration_cast<std::chrono::seconds>(
|
||||||
std::chrono::system_clock::now().time_since_epoch())
|
std::chrono::system_clock::now().time_since_epoch())
|
||||||
@ -82,7 +82,7 @@ void DiscordImpl::UpdateGameStatus(bool use_default) {
|
|||||||
|
|
||||||
void DiscordImpl::Update() {
|
void DiscordImpl::Update() {
|
||||||
const std::string default_text = "yuzu is an emulator for the Nintendo Switch";
|
const std::string default_text = "yuzu is an emulator for the Nintendo Switch";
|
||||||
const std::string default_image = "yuzu_logo";
|
const std::string default_image = "yuzu_logo_ea";
|
||||||
|
|
||||||
if (system.IsPoweredOn()) {
|
if (system.IsPoweredOn()) {
|
||||||
system.GetAppLoader().ReadTitle(game_title);
|
system.GetAppLoader().ReadTitle(game_title);
|
||||||
|
Loading…
Reference in New Issue
Block a user