Initialize the Horizon system reference

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

View file

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