libscemu icon indicating copy to clipboard operation
libscemu copied to clipboard

Special Support for `.exe` and `.sys` in `maps64`/`maps32`

Open sylv256 opened this issue 1 year ago • 1 comments

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.

sylv256 avatar Sep 10 '24 00:09 sylv256