From ec2aa0c9af07a5b10ff74ead7f477ec088331c50 Mon Sep 17 00:00:00 2001 From: Waterdish Date: Sun, 15 Oct 2023 12:49:35 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeb512d..9b88b6f 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Use Back/Select/- controller button to open Enhancements menu. Use touch control

FAQ:

Q: Why does it say no assets/extractor folder exists?
- A: The app is checking for a rom file to extract the assets of. This currently does not work. If you see this message then you have not placed oot.otr and/or soh.otr in Android/data/com.dishii.soh/files/. If you are on Android 13, make sure you are using the soh.storage.apk file.
+ A: The app is checking for a rom file to extract the assets of. This currently does not work. If you see this message then you have not placed oot.otr and/or soh.otr in Android/data/com.dishii.soh/files/. If you are on Android 13, make sure you are using the soh.storage.apk file.

Q: Why are these changes not in the main Shipwright repository?
- A: This started as just an experiment that ended up working. This code is not in a state to be merged with the main repository, but I welcome anybody to take code from this repo to help add the port to the main repository.
+ A: This started as just an experiment that ended up working. This code is not in a state to be merged with the main repository, but I welcome anybody to take code from this repo to help add the port to the main repository.

Build Instructions:


1.Edit the app/build.gradle file to point to your ndk folder. NDK 26+ tested as working.