fox32: Add note about Vulkan requirement to the README

This commit is contained in:
Ry 2022-03-11 10:51:04 -08:00
parent 9674cbb2dd
commit 676d611334

View File

@ -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.** **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 ### 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. **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.