Initialize the Horizon system reference
This commit is contained in:
parent
f59379df7b
commit
8c2fd2d646
1 changed files with 2 additions and 1 deletions
|
@ -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>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue