mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-04 19:39:15 +00:00
Create minidump at ProcessUnhandledException
This commit is contained in:
@@ -510,6 +510,11 @@ namespace Ryujinx.HLE.HOS
|
||||
}
|
||||
}
|
||||
|
||||
public string DebugGetApplicationProcessMinidump()
|
||||
{
|
||||
return DebugGetApplicationProcess()?.Debugger?.GetMinidump();
|
||||
}
|
||||
|
||||
internal KProcess DebugGetApplicationProcess()
|
||||
{
|
||||
lock (KernelContext.Processes)
|
||||
|
||||
Reference in New Issue
Block a user