From 1d28b2e142f845773e2b90e267d9632e196a99b9 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 20:07:44 -0700 Subject: Remove references to PICA and rasterizers in video_core --- src/core/hw/aes/arithmetic128.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/core/hw/aes/arithmetic128.h (limited to 'src/core/hw/aes/arithmetic128.h') diff --git a/src/core/hw/aes/arithmetic128.h b/src/core/hw/aes/arithmetic128.h deleted file mode 100644 index d670e2ce2..000000000 --- a/src/core/hw/aes/arithmetic128.h +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2017 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include "common/common_types.h" -#include "core/hw/aes/key.h" - -namespace HW { -namespace AES { -AESKey Lrot128(const AESKey& in, u32 rot); -AESKey Add128(const AESKey& a, const AESKey& b); -AESKey Xor128(const AESKey& a, const AESKey& b); - -} // namspace AES -} // namespace HW -- cgit v1.2.3