Update Companion.h (#192)

This commit is contained in:
coco875
2025-08-11 04:42:57 +02:00
committed by GitHub
parent 922f810fcf
commit 191b1bc467

View File

@@ -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);