From b09b7c1184bc02f3e7e6a7ac5eca0c04239836ae Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 12 Dec 2020 13:12:39 +0300 Subject: [PATCH] Remove any_pod<> from types.h Add simplified any32 to GCM.h Add simplified cmd64 to PPUThread.h --- Utilities/types.h | 88 --------------------------- rpcs3/Emu/Cell/Modules/cellGcmSys.cpp | 22 +++++++ rpcs3/Emu/Cell/PPUThread.h | 48 +++++++++++++++ rpcs3/Emu/RSX/GCM.h | 27 +++----- 4 files changed, 80 insertions(+), 105 deletions(-) diff --git a/Utilities/types.h b/Utilities/types.h index 06742faa03..53ea90e2c9 100644 --- a/Utilities/types.h +++ b/Utilities/types.h @@ -884,94 +884,6 @@ struct value_hash } }; -// Contains value of any POD type with fixed size and alignment. TT<> is the type converter applied. -// For example, `simple_t` may be used to remove endianness. -template