mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-03-26 17:00:59 -07:00
Update Companion.h (#192)
This commit is contained in:
@@ -134,6 +134,9 @@ public:
|
||||
|
||||
explicit Companion(std::filesystem::path rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") :
|
||||
Companion(rom, otr, debug, false, srcDir, destPath) {}
|
||||
|
||||
explicit Companion(std::vector<uint8_t> rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") :
|
||||
Companion(rom, otr, debug, false, srcDir, destPath) {}
|
||||
|
||||
void Init(ExportType type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user