Move printing into IRDKit

This commit is contained in:
Deterous
2023-11-16 11:58:27 +13:00
parent e665391e47
commit f86a89c04a
7 changed files with 40 additions and 65 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ IRDKit is a tool that allows direct use of LibIRD functionality from the command
```
irdkit create game.iso
```
For detailed usage, read more [here](IRDKit/README.MD).
For detailed usage, read more [here](IRDKit).
## Using the LibIRD library
LibIRD was originally made for creating reproducible, redump-style IRDs when dumping PS3 discs with [MPF](https://github.com/SabreTools/MPF). If you wish to integrate LibIRD into your own application, read the examples [here](LibIRD/README.MD).
LibIRD was originally made for creating reproducible, redump-style IRDs when dumping PS3 discs with [MPF](https://github.com/SabreTools/MPF). If you wish to integrate LibIRD into your own application, read the examples [here](LibIRD).