You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Currently, libscemu tries to find dependencies in maps64/maps32 by adding .dll to the end. However, this does not work when the file is a .exe or .sys (for example, when emulating a .sys). The workaround right now is to add .dll to the end of these files so that they can be resolved.