Lyall / GBFRelinkFix

A fix for Granblue Fantasy: Relink that adds support for custom resolutions, ultrawide and more.
MIT License
205 stars 4 forks source link

[Feature Request]: AVX2 instruction skip #18

Closed relu419 closed 5 months ago

relu419 commented 5 months ago

Remove the block for 3rd gen CPU which can't run the game.

Lyall commented 5 months ago

This won't be possible. The game makes heavy use of AVX instructions. It's not just a few instructions like with a game like Cyberpunk 2077 for example. It would need to be recompiled without the use of AVX and for that you'd need to ask the game developer.