summaryrefslogtreecommitdiff
path: root/src/input_common/motion_input.h
diff options
context:
space:
mode:
authorGravatar Morph2020-09-02 11:58:15 -0400
committerGravatar Morph2020-09-02 11:58:15 -0400
commit45ecd601be9519f6c969746c7736cb0a7090560a (patch)
tree4c76baa8419fa8cb23c7c6ad2fa12a70d3c75426 /src/input_common/motion_input.h
parentMerge pull request #4570 from german77/motionInput (diff)
downloadyuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.gz
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.xz
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.zip
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.
Diffstat (limited to '')
-rw-r--r--src/input_common/motion_input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input_common/motion_input.h b/src/input_common/motion_input.h
index 445798a54..54b4439d9 100644
--- a/src/input_common/motion_input.h
+++ b/src/input_common/motion_input.h
@@ -1,6 +1,6 @@
1// Copyright 2014 Dolphin Emulator Project 1// Copyright 2020 yuzu Emulator Project
2// Licensed under GPLv2+ 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included
4 4
5#pragma once 5#pragma once
6 6