mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
Flush the error log before exit (ryubing/ryujinx!163)
See merge request ryubing/ryujinx!163
This commit is contained in:
parent
ceec9617ef
commit
51584a083b
5 changed files with 61 additions and 1 deletions
|
|
@ -351,7 +351,10 @@ namespace Ryujinx.Ava
|
|||
|
||||
|
||||
if (isTerminating)
|
||||
{
|
||||
Logger.Flush();
|
||||
Exit();
|
||||
}
|
||||
}
|
||||
|
||||
internal static void Exit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue