fix spacing

This commit is contained in:
emmauss 2018-08-11 12:31:48 +00:00 committed by GitHub
parent 40b311900f
commit 161366e545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ namespace Ryujinx.HLE.OsHle
HidSharedMem = new HSharedMem();
FontSharedMem = new HSharedMem();
VsyncEvent = new KEvent();
VsyncEvent = new KEvent();
}
public void LoadCart(string ExeFsDir, string RomFsFile = null)
@ -213,4 +213,4 @@ namespace Ryujinx.HLE.OsHle
}
}
}
}
}