Add credits

This commit is contained in:
Ac_K 2018-06-17 05:53:37 +02:00 committed by GitHub
commit ac5e0b23b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@ using System.Text;
namespace Ryujinx.HLE.Loaders.Npdm namespace Ryujinx.HLE.Loaders.Npdm
{ {
//https://github.com/SciresM/hactool/blob/master/npdm.c
//https://github.com/SciresM/hactool/blob/master/npdm.h
//http://switchbrew.org/index.php?title=NPDM
class Npdm class Npdm
{ {
public bool Is64Bits; public bool Is64Bits;