Add UNF to readme

This commit is contained in:
CrashOveride95
2021-04-16 17:56:32 -04:00
parent 845c4abb0f
commit 8a8253291a

View File

@@ -6,10 +6,18 @@
- Shindou Rumble Pak code is on for all regions. - Shindou Rumble Pak code is on for all regions.
- Targeting the iQue Player is supported. - Targeting the iQue Player is supported.
- Saving to 32kbyte/256kbit SRAM is supported. - Saving to 32kbyte/256kbit SRAM is supported.
- Using gzip DEFLATE compression is supported. - Newer compression options are supported.
- UNFLoader (flashcart USB library) is supported, allowing for debugging on EverDrive/64Drive.
- It has been patched with someone2639's shiftable segments patch - It has been patched with someone2639's shiftable segments patch
- Getting HVQM FMV support to work with the game is in progress. - Getting HVQM FMV support to work with the game is WIP.
- Getting UNFLoader (flashcart USB library) to work with the game is in progress.
## UNFLoader support
The repository supports UNFLoader for debugging.
To build with UNF, run make with ``UNF=1``.
Further instructions can be found at the [official repository](https://github.com/buu342/N64-UNFLoader)
## Multi-Save support ## Multi-Save support
@@ -66,5 +74,4 @@ A: Theoretically, all yes.
## Installation help ## Installation help
Go read the original repo README.md Go read the original repo README.md