From 71db981ac118036bead7e7dd8f2c8f0e30274a78 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Sat, 13 Mar 2021 04:20:19 -0600 Subject: [PATCH] Update arithmetics.h Remove header --- Source/Android/PluginRSP/arithmetics.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Android/PluginRSP/arithmetics.h b/Source/Android/PluginRSP/arithmetics.h index cd8b57fed..c005768f6 100644 --- a/Source/Android/PluginRSP/arithmetics.h +++ b/Source/Android/PluginRSP/arithmetics.h @@ -1,8 +1,3 @@ -// Project64 - A Nintendo 64 emulator -// http://www.pj64-emu.com/ -// Copyright(C) 2001-2021 Project64 -// Copyright(C) 2014 Bobby Smiles -// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html #pragma once static inline int16_t clamp_s16(int_fast32_t x)