mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 15:19:50 -06:00
Update game metadata when stopping emulation (#2610)
* Update game metadata when stopping emulation * Fix formatting
This commit is contained in:
@ -1276,6 +1276,11 @@ namespace Ryujinx.Ui
|
|||||||
|
|
||||||
private void StopEmulation_Pressed(object sender, EventArgs args)
|
private void StopEmulation_Pressed(object sender, EventArgs args)
|
||||||
{
|
{
|
||||||
|
if (_emulationContext != null)
|
||||||
|
{
|
||||||
|
UpdateGameMetadata(_emulationContext.Application.TitleIdText);
|
||||||
|
}
|
||||||
|
|
||||||
RendererWidget?.Exit();
|
RendererWidget?.Exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user