diff options
-rw-r--r-- | src/utils/cpuid.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/cpuid.cpp b/src/utils/cpuid.cpp index 067f24f22..924d29b1b 100644 --- a/src/utils/cpuid.cpp +++ b/src/utils/cpuid.cpp @@ -126,6 +126,7 @@ bool altivec_check_pvr_emul() altivec_capable |= (pvr == PVR_G5_970FX); altivec_capable |= (pvr == PVR_G5_970MP); altivec_capable |= (pvr == PVR_G5_970GX); + altivec_capable |= (pvr == PVR_POWER6); altivec_capable |= (pvr == PVR_CELL_PPU); #endif |