Add support for deprecated mods. (#221)

* Add always high poly model as deprecated mod.

* Add modern runtime with deprecated mods support.

* Update RecompFrontend for deprecated mod support.

* Switch deprecated mod.
This commit is contained in:
Darío
2026-01-29 20:07:31 -03:00
committed by GitHub
parent 80963dd419
commit f82b014a2b
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -717,6 +717,8 @@ int main(int argc, char** argv) {
recomp::register_game(game);
}
recomp::mods::register_deprecated_mod("bk_recomp_mod_fov_slider", recomp::mods::DeprecationStatus::BrokenVersion, recomp::Version(1, 1, 0));
REGISTER_FUNC(recomp_get_window_resolution);
REGISTER_FUNC(recomp_get_target_aspect_ratio);
REGISTER_FUNC(recomp_get_target_framerate);