diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-05 19:09:46 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-06 09:16:54 -0600 |
| commit | 1748be2e2eefef22cf0d5782beeeed69aac5a8f6 (patch) | |
| tree | af087c69321a080e8fb5c201ce711fed4daced6a /src | |
| parent | b90763674e1dbcd58186cc12b6c9ba96b8fbc51f (diff) | |
Update Companion.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/Companion.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Companion.h b/src/Companion.h index b40dad3..e427bbf 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -135,9 +135,6 @@ 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); bool NodeHasChanges(const std::string& string); |
