mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-13 03:02:47 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
The class constructor for ContextImpl::CPUID requires HostFeatures to be available at construction time. Pass the host features struct directly through during construction time instead, which cleans up the interface slightly and fixes that issue.