Merge pull request #469 from TornaxO7/reference_fixes

Fixing urls
This commit is contained in:
zeromus 2022-02-12 17:45:09 -06:00 committed by GitHub
commit 8fd322e817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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
*

View File

@ -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
*

View File

@ -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);
}
}

View File

@ -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
*