From 45ecd601be9519f6c969746c7736cb0a7090560a Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Wed, 2 Sep 2020 11:58:15 -0400 Subject: 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. --- src/input_common/motion_input.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/input_common/motion_input.h') 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 @@ -// Copyright 2014 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// Copyright 2020 yuzu Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included #pragma once -- cgit v1.2.3