mirror of
https://github.com/Prof9/WfcReplay.git
synced 2026-09-07 09:35:35 -05:00
Update readme and license for 2015.
This commit is contained in:
17
README.md
17
README.md
@@ -4,8 +4,6 @@ WfcReplay is a command-line Windows utility written in C# that automatically gen
|
||||
|
||||
To run this program, the .NET Framework 4.0 or higher must be installed on your computer.
|
||||
|
||||
NOTE: Older versions of DeSmuME are incompatible with codes generated by WfcReplay. Use a newer version of DeSmuME based on r5047 or later, or try an alternative patching method.
|
||||
|
||||
Usage
|
||||
-----
|
||||
```
|
||||
@@ -20,13 +18,14 @@ WfcReplay should work with all NDS games, though not every single one of them ha
|
||||
|
||||
Notes
|
||||
-----
|
||||
* Action Replay DS codes generated by WfcReplay may interfere with certain Action Replay DS codes from other sources, such as cheat database.
|
||||
* Furthermore, the code may disrupt anti-anti-piracy features of older flashcards. These flashcards are not intended to be supported.
|
||||
* Additionally, for certain games the code may clash with special flashcard features like soft-reset. If this happens, disable these features.
|
||||
* Older versions of DeSmuME are incompatible with codes generated by WfcReplay. Use a newer version of DeSmuME based on r5047 or later, or try an alternative patching method.
|
||||
* Action Replay DS codes generated by WfcReplay may interfere with certain Action Replay DS codes from other sources, such as cheat databases.
|
||||
* Furthermore, the code may disrupt anti-anti-piracy features of older flash cards. Flash cards are not supported; only the official Action Replay DS by Datel is.
|
||||
* Additionally, for certain games, the code may clash with special flashcard features like soft-reset. If this happens, you will need to disable these features.
|
||||
|
||||
Credits
|
||||
=======
|
||||
**WfcReplay (c) 2014**
|
||||
**WfcReplay (c) 2014 - 2015**
|
||||
|
||||
* Prof. 9
|
||||
|
||||
@@ -34,8 +33,12 @@ Credits
|
||||
|
||||
* CUE
|
||||
|
||||
**Thanks**
|
||||
|
||||
* bjoern-r, for Mono compatibility.
|
||||
|
||||
License
|
||||
=======
|
||||
This project is licensed under the terms of the MIT license. See *license.txt* in the main folder for more information.
|
||||
|
||||
WfcReplay includes BLZ v1.4 by CUE, which is covered by the GPLv3 license. As such, the source code for this program is included and can be found in *blz.c*. The full terms of the license can be found in *license.txt* in the *BLZ* folder.
|
||||
WfcReplay includes a modified version of BLZ v1.4 by CUE, which is covered by the GPLv3 license. As such, the source code for this program is included and can be found in *blz.c*. The full terms of the license can be found in *license.txt* in the *BLZ* folder, or in *blz_license.txt*. The relevant changes can be found at https://github.com/Prof9/wfcreplay/commits/master/BLZ/blz.c, and were made starting 25 April 2015.
|
||||
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2014 Prof. 9
|
||||
Copyright (c) 2014 - 2015 Prof. 9
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Reference in New Issue
Block a user