Skip to content

Commit

Permalink
front: Only use FPS-Only touchscreen profile in big screen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fzurita committed Apr 9, 2016
1 parent fc185d9 commit 59bf94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public GamePrefs( Context context, String romMd5, String crc, String headerName,
// Touchscreen profile
if(globalPrefs.isBigScreenMode)
{
touchscreenProfile = null;
touchscreenProfile = new Profile( true, appData.GetTouchscreenProfilesConfig().get( "FPS-Only" ) );
}
else
{
Expand Down

0 comments on commit 59bf94a

Please sign in to comment.