diff --git a/lib/N64ModernRuntime b/lib/N64ModernRuntime index 8693dbd..ca568b6 160000 --- a/lib/N64ModernRuntime +++ b/lib/N64ModernRuntime @@ -1 +1 @@ -Subproject commit 8693dbdd355364ddc899b39f9e261529ac89e728 +Subproject commit ca568b6ad79b9029d14077f0c3ffa757727c5559 diff --git a/lib/RecompFrontend b/lib/RecompFrontend index 0b3d6b2..b3b7ebb 160000 --- a/lib/RecompFrontend +++ b/lib/RecompFrontend @@ -1 +1 @@ -Subproject commit 0b3d6b2328222c49c00b900a44e92947a2cf6a32 +Subproject commit b3b7ebb4ec1a8a763c0191486f1b3329f9499a48 diff --git a/src/main/main.cpp b/src/main/main.cpp index 4a0575a..40f3f2e 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -717,7 +717,7 @@ int main(int argc, char** argv) { recomp::register_game(game); } - recomp::mods::register_deprecated_mod("bk_recomp_mod_always_high_poly", recomp::mods::DeprecationStatus::Integrated); + 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);