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
Enabled large file support, as this was required to function with large inodes on some filesystems (e.g. WSL2 windows drive). Metrowerks does not support large files and will silently truncate files larger than 2^32 bytes.
Created a -wine build, primarily for MacOS and possibly other platforms like BSD. This build provides a wrapper script that invokes wine to run metroskrew. MacOS support is currently not planned, as the OS dropped 32-bit support, and working around it like WINE does is difficult.