Initialize the Horizon system reference

This commit is contained in:
jduncanator 2019-10-31 15:54:17 +11:00
parent f59379df7b
commit 8c2fd2d646

View file

@ -17,7 +17,8 @@ namespace Ryujinx.HLE.HOS.Applets
public PlayerSelect(Horizon system)
{
_inputStack = new Stack<IStorage>();
_system = system;
_inputStack = new Stack<IStorage>();
_outputStack = new Stack<IStorage>();
}