Fixing urls
This commit is contained in:
parent
d626bad6bd
commit
4e96d07678
|
@ -1,5 +1,5 @@
|
|||
//taken from ndstool
|
||||
//http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/tools/nds/ndstool/source/crc.cpp?revision=1587
|
||||
//https://github.com/devkitPro/ndstool/blob/master/source/crc.cpp
|
||||
|
||||
/* crc.cpp - this file is part of DeSmuME
|
||||
*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//taken from ndstool
|
||||
//http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/tools/nds/ndstool/include/crc.h?revision=2447
|
||||
//https://github.com/devkitPro/ndstool/blob/master/source/crc.h
|
||||
|
||||
/* crc.h - this file is part of DeSmuME
|
||||
*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//taken from ndstool and modified trivially
|
||||
//http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/tools/nds/ndstool/source/encryption.cpp?revision=1565
|
||||
//https://github.com/devkitPro/ndstool/blob/master/source/encryption.cpp
|
||||
|
||||
/* decrypt.cpp - this file is part of DeSmuME
|
||||
*
|
||||
|
@ -561,4 +561,4 @@ bool CheckValidRom(u8 *header, u8 *secure)
|
|||
int romType = DetectRomType(*hdr, (char*)secure);
|
||||
|
||||
return (romType != ROMTYPE_INVALID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//taken from ndstool
|
||||
//http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/tools/nds/ndstool/include/header.h?revision=2447
|
||||
//https://github.com/devkitPro/ndstool/blob/master/source/header.h
|
||||
|
||||
/* header.h - this file is part of DeSmuME
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue