ogurets / popcnt_emulator

Pintool library for running Quantum Break on pre-SSE4.2 CPUs
23 stars 5 forks source link

Horizon Zero Dawn POPCNT #9

Open milosbelic opened 4 years ago

milosbelic commented 4 years ago

Horizon Zero Dawn is a new game with this problem. Emulating SDE is working but with a huge performance hit. Any help?

mirh commented 4 years ago

If it's just POPCNT (and not also CRC32) then this should work?

milosbelic commented 4 years ago

The thing is I don't understand what I should do with these files you posted. Is there any ELI5 tutorial?

mirh commented 4 years ago

I didn't post any file? Just follow the instructions in the readme and replace QuantumBreak.exe with horizon's.

mirh commented 4 years ago

Patch 1.08 removed the AVX requirement. Are your sure that couldn't have been it?

milosbelic commented 4 years ago

Yeah I saw that, but didn't AVX just replace SSE 4.1/2? The thing is my cpu don't support AVX too. I'm out of luck and it seems that every new game require these instructions.

milosbelic commented 4 years ago

Wait, you may be right. I will try it again!