diff options
Diffstat (limited to 'www/iridium/files/patch-device_gamepad_gamepad__provider.cc')
-rw-r--r-- | www/iridium/files/patch-device_gamepad_gamepad__provider.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-device_gamepad_gamepad__provider.cc b/www/iridium/files/patch-device_gamepad_gamepad__provider.cc deleted file mode 100644 index 7c9a18a60c34..000000000000 --- a/www/iridium/files/patch-device_gamepad_gamepad__provider.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- device/gamepad/gamepad_provider.cc.orig 2020-03-16 18:39:51 UTC -+++ device/gamepad/gamepad_provider.cc -@@ -147,7 +147,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep - - if (!polling_thread_) - polling_thread_.reset(new base::Thread("Gamepad polling thread")); --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) - // On Linux, the data fetcher needs to watch file descriptors, so the message - // loop needs to be a libevent loop. - const base::MessagePumpType kMessageLoopType = base::MessagePumpType::IO; |