Update README.md

This commit is contained in:
Bluzume 2020-08-24 22:47:00 +12:00 committed by GitHub
parent fe7a8dc0a8
commit a6453ad2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ yifanlu & xyz for [psvimgtools](https://github.com/yifanlu/psvimgtools). (Chovy-
Mathieulh (Found psp signing keys?)
MobyGames ([mobygames.com](https://www.mobygames.com/) for PS1 Cover Art)
# What are the file
+ CHOVY-GEN is a fork of dots_tb's [chovy-gen](https://github.com/dots-tb/chovy-gen) to MSVC as a DLL
+ CHOVY-KIRK parts of [kirk_engine](https://github.com/tpunix/kirk_engine) and [sign_np](https://github.com/swarzesherz/sign_np) code. ported to MSVC as a DLL.
+ CHOVY-JUAN a fork of of [DiscUtils](https://github.com/DiscUtils/DiscUtils) to add PS1 support mostly taken from [PSXPackager](https://github.com/RupertAvery/PSXPackager)
+ CHOVY-SIGN Main GUI code, also statically includes some code from [PSXPackager](https://github.com/RupertAvery/PSXPackager) for POPS.
It also handles .psvimg / psvmd creation, and CMA Key derivation.
# Building
In order to build CHOVY-SIGN.DLL you need [OpenSSL](https://www.npcglib.org/~stathis/downloads/openssl-1.1.0f-vs2017.7z) libary
Extract to C:/OpenSSL or change linking settings in the solution to match your install location