diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-11-20 17:06:21 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-12-01 12:39:42 -0600 |
| commit | df02270c99b47591f4037ac5e589cd5936373efe (patch) | |
| tree | 337717f4db1f7c8d1ee4ee01a191653a00e0430b /src | |
| parent | d215a341667d18709019942a80f1da4414023c5b (diff) | |
normally now fix error of compilation on windows hopefully
Diffstat (limited to 'src')
| -rw-r--r-- | src/Companion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.h b/src/Companion.h index 2b6fc09..ca63221 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -110,7 +110,9 @@ struct ParseResultData { class Companion { public: +#if defined(STANDALONE) && !defined(__EMSCRIPTEN__) static Companion* Instance; +#endif explicit Companion(std::filesystem::path rom, const ArchiveType otr, const bool debug, const bool modding = false, const std::string& srcDir = "", const std::string& destPath = "") : gCartridge(nullptr), |
