ddl_ar can create DDL, hotpatching of GFX when lang en

This commit is contained in:
Ondřej Novák 2025-03-27 19:30:55 +01:00
parent 04b57b4088
commit 1a4b93fe75
4 changed files with 97 additions and 3 deletions

View file

@ -49,3 +49,5 @@ DDLArchive::Extracted DDLArchive::extract_file(std::ifstream &s,
return {fname, true, std::move(data)};
}