Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Dec 25, 2023
1 parent d6493fe commit 35feae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,12 @@ int main(int argc, char** argv)
{
// fine
rife_v2 = true;
}
else if (model.find(PATHSTR("rife-v3.6")) != path_t::npos)
{
// fine
rife_v2 = false;
rife_v4 = true;
}
else if (model.find(PATHSTR("rife-v4")) != path_t::npos)
{
Expand Down

0 comments on commit 35feae1

Please sign in to comment.