diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-11 04:42:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 20:42:57 -0600 |
| commit | 191b1bc467eb8dfbf3bd6d88df8752dff577afe2 (patch) | |
| tree | 1c8b4ea9ecc07c7ed964ecc4d26a9831801f18b1 | |
| parent | 922f810fcffeed32a09e9f15e0f9a61afa19b6be (diff) | |
Update Companion.h (#192)
| -rw-r--r-- | src/Companion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Companion.h b/src/Companion.h index e427bbf..95da2a4 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -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); |
