Fixing urls

This commit is contained in:
TornaxO7 2021-09-19 22:28:44 +02:00
parent d626bad6bd
commit 4e96d07678
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
*