Remove a bit of unsafety around
This commit is contained in:
parent
5c66a36ed6
commit
791ccb7444
4 changed files with 29 additions and 49 deletions
|
@ -24,7 +24,7 @@ namespace Ryujinx.HLE.HOS.Applets
|
|||
_system = system;
|
||||
}
|
||||
|
||||
unsafe public ResultCode Start(AppletSession normalSession,
|
||||
public ResultCode Start(AppletSession normalSession,
|
||||
AppletSession interactiveSession)
|
||||
{
|
||||
_normalSession = normalSession;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue