mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 06:00:47 -07:00
Remove a bit of unsafety around
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user