mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 10:39:50 -06:00
Discord Rich Presence update (#1029)
* Fix bug * Add a few more titles and move the list from dat file into the code * requested changes
This commit is contained in:
@ -363,7 +363,9 @@ namespace Ryujinx.Ui
|
||||
else
|
||||
{
|
||||
Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file.");
|
||||
End(device);
|
||||
device.Dispose();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
_emulationContext = device;
|
||||
|
Reference in New Issue
Block a user