Playing SSE2 games on SSE1 CPU
January 29th, 2020
i read on a forum, the game .exe can be change from sse2 to sse1 in 10 minutes but i dont have any knowledge about how to do it or anything on programming. any of you programmers here know how to do it?
Topics must be submitted to the relevant forums. Please read the forum descriptions before posting.
Topic moved. - NeonBox
does it require SSE2?
if no then you’ll be fine
if it does then no.
as far as I know only one method. If you can found SSE2 implantation in SSE1. Than use it. But this kind of software reduce CPU “because they neeed CPU” If this kind of enulation or implamataion exzist you can use it. But I don’t know. If you good at ASM maybe you write it. But I think you should search. For example Directx 10 -> windows Xp ” some group writed and working ”
i did a search on sse2 emulation, i couldnt find a software to do it but i read somewhere that emulation will cause to much slowdown that it will be not worth it.