diff options
Diffstat (limited to 'devel/electron33/files/patch-device_gamepad_gamepad__provider.cc')
-rw-r--r-- | devel/electron33/files/patch-device_gamepad_gamepad__provider.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-device_gamepad_gamepad__provider.cc b/devel/electron33/files/patch-device_gamepad_gamepad__provider.cc deleted file mode 100644 index f42d5c0c2255..000000000000 --- a/devel/electron33/files/patch-device_gamepad_gamepad__provider.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- device/gamepad/gamepad_provider.cc.orig 2024-08-14 20:55:01 UTC -+++ device/gamepad/gamepad_provider.cc -@@ -224,7 +224,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep - - if (!polling_thread_) - polling_thread_ = std::make_unique<base::Thread>("Gamepad polling thread"); --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_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; |