# File lib/mobileesp_converted/user_agent_info.rb, line 1118
    def detect_game_console()
      if (detect_sony_playstation() || detect_nintendo() || detect_xbox())
        return true
      end
      return false
    end