Skip to content

Commit

Permalink
chore: remove unneeded ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 13, 2024
1 parent e315c20 commit a71da28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fpp_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,8 @@ static void fp_set_mode(uae_u32 mode_control)
break;
}
}
#ifndef AMIBERRY

native_set_fpucw(mode_control);
#endif
#endif
fpu_mode_control = mode_control;
}
Expand Down

0 comments on commit a71da28

Please sign in to comment.