chettoy / apexsky

https://apex.chettoy.com
GNU General Public License v3.0
144 stars 80 forks source link

Update memflow_impl.rs #163

Closed Feilink1 closed 1 month ago

Feilink1 commented 1 month ago

@chettoy i have tried both QEMU and KVM connector in the past QEMU cause a lot of fps drop. can you revert it to KVM and remove fallback to qemu connector ?

chettoy commented 1 month ago

Yes, the kvm connector seems to perform better. So, by default it is the kvm connector that will be prioritized and only switch to the qemu connector when kvm is not available. You don't need to modify it.