[Scummvm-git-logs] scummvm master -> 126fd3c86d757fb5b2967ebdcdbbf1acbe29413c
criezy
criezy at scummvm.org
Sun Nov 22 17:04:25 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
126fd3c86d MORPHOS: update NEWS.md
Commit: 126fd3c86d757fb5b2967ebdcdbbf1acbe29413c
https://github.com/scummvm/scummvm/commit/126fd3c86d757fb5b2967ebdcdbbf1acbe29413c
Author: BeWorld (36823759+BeWorld2018 at users.noreply.github.com)
Date: 2020-11-22T17:04:21Z
Commit Message:
MORPHOS: update NEWS.md
And remove include "common/encoding.h" in morphos-dialogs.cpp
Changed paths:
NEWS.md
backends/dialogs/morphos/morphos-dialogs.cpp
diff --git a/NEWS.md b/NEWS.md
index aa2766f588..c6cfd4ac81 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -70,6 +70,10 @@ For a more comprehensive changelog of the latest experimental code, see:
- Fixed occasional border corruption during fights.
- Improvements to cutscenes to better match the original games.
+ MorphOS port :
+ - Add native system file browser feature
+ - Add Cloud feature
+
#### 2.2.0 "Interactive Fantasy" (2020-09-27)
New games:
diff --git a/backends/dialogs/morphos/morphos-dialogs.cpp b/backends/dialogs/morphos/morphos-dialogs.cpp
index 096b5ff554..5fe063b3b1 100644
--- a/backends/dialogs/morphos/morphos-dialogs.cpp
+++ b/backends/dialogs/morphos/morphos-dialogs.cpp
@@ -31,7 +31,6 @@
#include "backends/dialogs/morphos/morphos-dialogs.h"
#include "common/config-manager.h"
-#include "common/encoding.h"
#include <proto/exec.h>
#include <proto/dos.h>
More information about the Scummvm-git-logs
mailing list