diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-24 21:59:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 18:25:17 -0400 |
commit | f8c76bde39ba2afb11540c9af5d88aad4c73f789 (patch) | |
tree | e27d552daeb113bc069bed0400b25a96ce2ba85c /docs | |
parent | e1d8838587329bd64f3627c4cdc4ac57d187ad7f (diff) | |
download | SMAPI-f8c76bde39ba2afb11540c9af5d88aad4c73f789.tar.gz SMAPI-f8c76bde39ba2afb11540c9af5d88aad4c73f789.tar.bz2 SMAPI-f8c76bde39ba2afb11540c9af5d88aad4c73f789.zip |
add 64-bit compatibility check before loading mods
That reduces time spent trying to rewrite them (which won't work anyway), and shows a more informative message than the default 'DLL couldn't be loaded' error.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index e71457af..a00c73da 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes ## Upcoming release * For players: + * Added friendly error in 64-bit mode when a mod is 32-bit only. * Fixed some installer errors now show info header. * For mod authors: |