From cc65ef28499ba359084f1c5fa1a3deedb1479399 Mon Sep 17 00:00:00 2001 From: Squall Leonhart Date: Thu, 18 Apr 2024 19:13:39 +1000 Subject: [PATCH] doc: add system requirements to README.md Add system requirements and a link to the DirectX redist for Windows to the README.md. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4f60ab98..fb3e2875 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - [Visual Boy Advance - M](#visual-boy-advance---m) + - [System Requirements](#system-requirements) - [Building](#building) - [Building a Libretro core](#building-a-libretro-core) - [Visual Studio Support](#visual-studio-support) @@ -56,6 +57,17 @@ the `translations.zip` to the same directory as the executable. If you are having issues, try resetting the config file first, go to `Help -> Factory Reset`. +## System Requirements + +Windows 7, 8.1 or 10/11, Linux distro's or macOS. + +2Ghz x86(or x86-64) Intel Core 2 or AMD Athlon processor with SSE, Snapdragon 835 +or newer cpu compatible with Arm for Windows. +- Just a guideline, lower clock speeds and Celeron processors may be able to run at full +speed on lower settings, and Linux based ARM Operating systems have wider cpu support. + +DirectX June 2010 Redist [Full](https://www.microsoft.com/en-au/download/details.aspx?id=8109) / [Websetup](https://www.microsoft.com/en-au/download/details.aspx?id=35) for Xaudio (Remember to uncheck Bing on the websetup) + ## Building The basic formula to build vba-m is: