mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-20 09:33:37 +00:00
Update sys_public.h
This commit is contained in:
parent
04aefcb1ec
commit
777250eeab
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ typedef enum {
|
|||
CPUID_SSE2 = 0x00080, // Streaming SIMD Extensions 2
|
||||
CPUID_SSE3 = 0x00100, // Streaming SIMD Extentions 3 aka Prescott's New Instructions
|
||||
CPUID_ALTIVEC = 0x00200, // AltiVec
|
||||
} cpuid_t;
|
||||
} id_cpuid_t;
|
||||
|
||||
typedef enum {
|
||||
AXIS_SIDE,
|
||||
|
|
Loading…
Reference in a new issue