mirror of
https://github.com/ARMSX2/ARMSX3.git
synced 2026-08-24 16:58:52 -07:00
Fix recording encoder selection
Codecs are identified by name, not by ID. Let's keep the ID as fallback instead.
This commit is contained in:
@@ -707,6 +707,11 @@ namespace cfg
|
||||
return *m_value.load().get();
|
||||
}
|
||||
|
||||
std::string get() const
|
||||
{
|
||||
return *m_value.load().get();
|
||||
}
|
||||
|
||||
std::string def_to_string() const override
|
||||
{
|
||||
return def;
|
||||
|
||||
Reference in New Issue
Block a user