mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(7zip) Get rid of unused CPU_Is_Aes_Supported
This commit is contained in:
parent
442b4a7c7e
commit
233aeaab64
@ -119,7 +119,6 @@ Stop_Compiling_Bad_Endian
|
|||||||
#define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
|
#define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
|
||||||
|
|
||||||
Bool CPU_Is_InOrder();
|
Bool CPU_Is_InOrder();
|
||||||
Bool CPU_Is_Aes_Supported();
|
|
||||||
|
|
||||||
EXTERN_C_END
|
EXTERN_C_END
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user