-
Notifications
You must be signed in to change notification settings - Fork 41
Device System Runtime Specifications
Feifan He edited this page Jun 15, 2025
·
3 revisions
The minimum requirement of OS version is macOS 14 Sonoma.
All Apple Silicon Mac devices are supported.
Support for Intel-based Mac is still Work-in-Progress.
Hackintosh is not considered at the moment.
Wine 8+ is required.
DXMT requires access to certain APIs from winemac.so (A Wine component for macOS driver). However, the symbols might be not visible if the compiler hide them by default. So you may have to patch Wine (by adding __attribute__((visibility("default")))) or avoid compiling with -fvisibility=hidden.
CrossOver that based on Wine 8+ and compiled from the source should work with DXMT as well.
Currently both 32-bit and 64-bit programs are supported.