mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-23 13:05:46 +02:00
Check the instruction set first in GPUinit, GPUconfigure and GPUtext to prevent unsupported vector instructions from being executed. Move the vector initialisation in GPUinit to a separate function - it avoids a vzeroupper instruction.