mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
At the point where the emulator is created extrapath should already been added to extrapath. If not, the check in checkDevice already failed and thus adding it would be too late anyway. It seems this was added in805b21181a. The comment about it being a HACK has been removed inbbad3f333abut it's not clear to my why... At any rate, this should not be here.