Add IPC test, optimize tester a little, only call event when game object available.

This commit is contained in:
Ottermandias 2022-09-05 14:01:12 +02:00
parent d12a3dd152
commit 0f35dd69f9
5 changed files with 87 additions and 36 deletions

View file

@ -422,6 +422,7 @@ public partial class ConfigWindow
{
if( !ImGui.CollapsingHeader( "IPC" ) )
{
_window._penumbra.Ipc.Tester.UnsubscribeEvents();
return;
}