Remove a bit of unsafety around

This commit is contained in:
Mary 2021-10-26 23:09:24 +02:00
parent 5c66a36ed6
commit 791ccb7444
4 changed files with 29 additions and 49 deletions

View file

@ -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;