Skip to content

Commit

Permalink
www/firefox-esr: supports Gamepad API after 0f60b8e
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed May 10, 2023
1 parent 7c8c904 commit b42def6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/firefox-esr/pkg-message
Expand Up @@ -9,7 +9,6 @@ Some features found on Windows, macOS and Linux are not implemented:
- Process sandboxing (requires Capsicum backend)
- Reduced memory usage (requires mozjemalloc)
- Crash Reporter (requires Google Breakpad and reproducible builds)
- Gamepad API (requires libusbhid backend)
- WebVR (requires open source runtime)
- TCP fast open
- `about:networking` (requires link state notification)
Expand All @@ -30,6 +29,11 @@ Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
Other backends are limited to `default` which is usually `/dev/dsp`,
so use virtual_oss to reroute microphones from non-default devices.

## Gamepad API

Requires evdev(4) joystick support. On FreeBSD 13 and later enable hgame(4)
while older versions can use sysutils/iichid or multimedia/webcamd.

## smb:// issues
Network group, machine, and share browsing does not work correctly.

Expand Down

0 comments on commit b42def6

Please sign in to comment.