From fb8e44ef2300b72d7103a387f7ce369f0e2442c9 Mon Sep 17 00:00:00 2001 From: IDontCode Date: Wed, 19 Jan 2022 00:29:16 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8748f26..98fec88 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ export PATH="/opt/hisi-linux/x86-arm/arm-hisiv400-linux/bin:$PATH" cd snes9x/unix make ``` + +# Files + +`snes9x/` - contains snes9x code +`snes9x/unix` - contains a fork of the unix snes9x code. this is where main.cpp is located and contains everything pertaining to the port. +`snes9x/unix/libs` - MPP static libraries used to setup HDMI output.