From c0ced64ce33861d0572cf99cdfcd84cf50cc3202 Mon Sep 17 00:00:00 2001 From: IDontCode Date: Wed, 19 Jan 2022 00:23:23 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fffc839..8748f26 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# FBSnes9x - Unix Frame Buffer Port +# hi-snes9x +This is a port of the well known snes9x emulator. It is designed to run on hisilicon SoC's using the MPP SDK. To build this project you must export the path to the `arm-hisiv400-linux` toolchain. + +``` +export PATH="/opt/hisi-linux/x86-arm/arm-hisiv400-linux/bin:$PATH" +cd snes9x/unix +make +```