Nugget
eaplatform.h
1 #pragma once
2 
3 #define EA_PLATFORM_NAME "PS1"
4 #define EA_SYSTEM_LITTLE_ENDIAN 1
5 #define EA_PLATFORM_DESCRIPTION "PS1"
6 #define EA_PLATFORM_CONSOLE 1
7 #define EA_PLATFORM_SONY 1
8 #define EA_PROCESSOR_MIPS 1
9 #define EA_PROCESSOR_MIPS_32 1
10 #define EA_PLATFORM_PTR_SIZE 4
11 #define EA_PLATFORM_WORD_SIZE EA_PLATFORM_PTR_SIZE
12 #define EA_PLATFORM_MIN_MALLOC_ALIGNMENT 8
13 #define EA_MISALIGNED_SUPPORT_LEVEL 0
14 #define EA_CACHE_LINE_SIZE 32 // This is the minimum possible value.