Implemented proper ROM selection menu

This commit is contained in:
Mr-Wiseguy
2024-03-03 21:00:49 -05:00
parent 302d88fd84
commit ca66fdddbb
16 changed files with 387 additions and 97 deletions
-1
View File
@@ -165,7 +165,6 @@ void View_Apply(View* view, s32 mask) {
// Force skipping interpolation if the previous view was kaleido and this one isn't.
if (prev_in_kaleido && !in_kaleido) {
camera_skip_interpolation_forced = true;
recomp_printf("exited kaleido\n");
}
// @recomp Apply camera interpolation overrides.