d0k3 d2c47b7977 Allow installation of game files
Should work for NCCH, NCSD, CIA, TMD from NUS/CDN and DSi eShop titles in NDS format
2020-08-02 15:40:26 +02:00

23 lines
383 B
C

#pragma once
#include "cia.h"
#include "ncsd.h"
#include "ncch.h"
#include "exefs.h"
#include "romfs.h"
#include "firm.h"
#include "boss.h"
#include "smdh.h"
#include "codelzss.h"
#include "nds.h"
#include "gba.h"
#include "tad.h"
#include "3dsx.h"
#include "tmd.h"
#include "ticket.h"
#include "tie.h"
#include "cmd.h"
#include "bdri.h"
#include "ticketdb.h"
#include "ncchinfo.h"