Skip to content

Commit 191b1bc

Browse files
authored
Update Companion.h (#192)
1 parent 922f810 commit 191b1bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Companion.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ class Companion {
134134

135135
explicit Companion(std::filesystem::path rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") :
136136
Companion(rom, otr, debug, false, srcDir, destPath) {}
137+
138+
explicit Companion(std::vector<uint8_t> rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") :
139+
Companion(rom, otr, debug, false, srcDir, destPath) {}
137140

138141
void Init(ExportType type);
139142

0 commit comments

Comments
 (0)