Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Jan 16, 2024
1 parent d97e3cf commit 12658d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,11 @@ int main(int argc, char** argv)
// fine
rife_v4 = true;
}
else if (model.find(PATHSTR("rife-v5")) != path_t::npos)
{
// fine
rife_v4 = true;
}
else if (model.find(PATHSTR("rife")) != path_t::npos)
{
// fine
Expand Down

0 comments on commit 12658d5

Please sign in to comment.