(02-08-2018, 04:49 PM)chumpz Wrote: evdev: Minor fixes (PR #6357 from leoetlino)
Do not link to libusbhid on FreeBSD/NetBSD
Add -Wno-register to calm down clang 6.0.0 (C++17 mode) (PR #6355 from myfreeweb)
is this update gonna speed up dolphin??
No.
(02-08-2018, 04:49 PM)chumpz Wrote: i also notice that dev number versions is every other number, why is that??
Each time a pull request is merged, a merge commit is made. So if someone makes a pull request with one commit (which of course is the minimal amount of commits), the version number will increase by two, since both the commit in the pull request and the commit that merged the pull request will be added. But it's also possible to have more than one commit in a pull request, which makes the number increase by more than two.
