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:
parent
60e59d1d0c
commit
f3417b01e1
3 changed files with 10 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace Common {
|
||||
|
||||
constexpr float PI = 3.14159265f;
|
||||
constexpr float PI = 3.1415926535f;
|
||||
|
||||
template <class T>
|
||||
struct Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue