input_common/motion_input: Make use of Common::PI constant

Also amend the copyright notice to yuzu's instead of Dolphin's, which was mistakenly copy-pasted from another file.
This commit is contained in:
Morph 2020-09-02 11:58:15 -04:00
parent 60e59d1d0c
commit f3417b01e1
3 changed files with 10 additions and 5 deletions

View file

@ -9,7 +9,7 @@
namespace Common {
constexpr float PI = 3.14159265f;
constexpr float PI = 3.1415926535f;
template <class T>
struct Rectangle {