mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-26 21:42:25 -07:00
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:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace Common {
|
||||
|
||||
constexpr float PI = 3.14159265f;
|
||||
constexpr float PI = 3.1415926535f;
|
||||
|
||||
template <class T>
|
||||
struct Rectangle {
|
||||
|
Reference in New Issue
Block a user