Initialize the Horizon system reference

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

View file

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