mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-12-26 05:06:43 +00:00
remove dead code
This commit is contained in:
parent
941ccaeed6
commit
ff15d887fa
|
@ -44,7 +44,6 @@ constexpr u32 TID_HIGH_DLC = 0x0004008C;
|
|||
// CIA installation static context variables
|
||||
static bool cia_installing = false;
|
||||
|
||||
static bool lists_initialized = false;
|
||||
static std::array<std::vector<u64_le>, 3> am_title_list;
|
||||
|
||||
struct TitleInfo {
|
||||
|
|
Loading…
Reference in a new issue