mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-22 17:46:08 -04:00
fix(compiler): generate the vtable within settings.cpp
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -364,3 +364,9 @@ void SetConfiguringGlobal(bool is_global) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Settings
|
} // namespace Settings
|
||||||
|
|
||||||
|
#include "common/settings_setting.h"
|
||||||
|
#include "common/settings_enums.h"
|
||||||
|
|
||||||
|
// generate the vtable for the linker
|
||||||
|
template class Settings::SwitchableSetting<Settings::GCAggressiveness, true>;
|
||||||
|
|||||||
Reference in New Issue
Block a user