From 676d611334b1bf4fc607e43fd244e7ecb4b4f637 Mon Sep 17 00:00:00 2001 From: Ry Date: Fri, 11 Mar 2022 10:51:04 -0800 Subject: [PATCH] fox32: Add note about Vulkan requirement to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33dcc35..645e265 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ **Note: This software is still very much in an early stage, and is currently more focused towards developers rather than end-users.** +### Requirements + +**fox32** requires Vulkan support to be installed. + ### Usage **fox32** attempts to read its ROM from a file called `fox32.rom` in the current directory. If this file isn't found then it falls back to `../fox32rom/fox32.rom`, and if this file isn't found then it exits.