WRONG BRANCH

This commit is contained in:
Starlet 2018-04-05 06:17:08 -04:00 committed by GitHub
parent 448713a451
commit be298cbe92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,10 +297,6 @@ namespace Ryujinx.Core.OsHle.Svc
ThreadState.X1 = MemoryRegions.MapRegionSize;
break;
case 16:
ThreadState.X1 = 0;
break;
default: throw new NotImplementedException($"SvcGetInfo: {InfoType} {Handle} {InfoId}");
}