[gfx] remove the generic v1 renderer, cleanup (#1345)

* remove the generic v1 renderer, cleanup

* rm the toggle too
This commit is contained in:
water111
2022-04-30 13:10:33 -04:00
committed by GitHub
parent a51536de8d
commit caf4aed127
15 changed files with 53 additions and 1566 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ GameTextResult process_game_text(ObjectFileData& data, GameTextVersion version)
}
std::string write_game_text(
const Config& cfg,
const Config& /*cfg*/,
const std::unordered_map<int, std::unordered_map<int, std::string>>& data) {
// first sort languages:
std::vector<int> languages;