From 270443605c0d9abb1aac79875199a887f72e900b Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 25 Mar 2021 13:29:28 +1000 Subject: [PATCH] README.md: Update dependencies for Linux --- NEWS.md | 4 ++++ README.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1eb216616..9be0be5fd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +- 2021/03/20: Memory card editor added to Android app. +- 2021/03/17: Add support for loading **homebrew** PBP images. PSN images are not loadable due to potential legal issues surrounding the encryption. +- 2021/03/14: Multiple controllers, multitap, and external controller vibration added to Android app. You will need to rebind your controllers. +- 2021/03/14: RetroAchievements added to Android app. - 2021/03/03: RetroAchievements are now available. You can now log in to your retroacheivements.org account in DuckStation and gain points in supported games. Currently only for Windows/Linux/Mac, Android will be added in the future. - 2021/03/03: Multitap is now supported for up to 8 controllers. You can choose which of the two main controller ports have taps connected in Console Settings and bind controllers in Controller Settings. - 2021/03/03: Ability to add/remove touchscreen controller buttons and change opacity added for the Android app. diff --git a/README.md b/README.md index 87f428eda..7c43b88b4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ A "BIOS" ROM image is required to to start the emulator and to play games. You c ## Latest News Older entries are available at https://github.com/stenzek/duckstation/blob/master/NEWS.md +- 2021/03/20: Memory card editor added to Android app. +- 2021/03/17: Add support for loading **homebrew** PBP images. PSN images are not loadable due to potential legal issues surrounding the encryption. +- 2021/03/14: Multiple controllers, multitap, and external controller vibration added to Android app. You will need to rebind your controllers. +- 2021/03/14: RetroAchievements added to Android app. - 2021/03/03: RetroAchievements are now available. You can now log in to your retroacheivements.org account in DuckStation and gain points in supported games. Currently only for Windows/Linux/Mac, Android will be added in the future. - 2021/03/03: Multitap is now supported for up to 8 controllers. You can choose which of the two main controller ports have taps connected in Console Settings and bind controllers in Controller Settings. - 2021/03/03: Ability to add/remove touchscreen controller buttons and change opacity added for the Android app. @@ -185,6 +189,7 @@ Requirements (Debian/Ubuntu package names): - Qt 5 (`qtbase5-dev`, `qtbase5-private-dev`, `qtbase5-dev-tools`, `qttools5-dev`) - libevdev (`libevdev-dev`) - git (`git`) (Note: needed to clone the repository and at build time) + - When Wayland is enabled (default): `libwayland-dev` `libwayland-egl-backend-dev` `extra-cmake-modules` - Optional for RetroAchievements (on by default): libcurl (`libcurl4-gnutls-dev`) - Optional for framebuffer output: DRM/GBM (`libgbm-dev`, `libdrm-dev`) - Optional for faster building: Ninja (`ninja-build`)