add AR code translator shell
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ struct Client : public std::enable_shared_from_this<Client> {
|
||||
|
||||
// File loading state
|
||||
uint32_t dol_base_addr;
|
||||
std::shared_ptr<DOLFileIndex::DOLFile> loading_dol_file;
|
||||
std::shared_ptr<DOLFileIndex::File> loading_dol_file;
|
||||
std::unordered_map<std::string, std::shared_ptr<const std::string>> sending_files;
|
||||
|
||||
Client(
|
||||
|
||||
Reference in New Issue
Block a user