mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
add all sorts of shit
This commit is contained in:
16
src/DSi.cpp
16
src/DSi.cpp
@ -15,3 +15,19 @@
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with melonDS. If not, see http://www.gnu.org/licenses/.
|
||||
*/
|
||||
|
||||
#include "DSi.h"
|
||||
#include "tiny-AES-c/aes.hpp"
|
||||
#include "sha1/sha1.h"
|
||||
|
||||
namespace DSi
|
||||
{
|
||||
|
||||
bool LoadNAND()
|
||||
{
|
||||
//
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user