Document configuration button
parent
8e7b09fbb0
commit
592261df54
|
@ -1,6 +1,6 @@
|
|||
|
||||
HEADERS = src/exdeath.hh src/data.hh
|
||||
SOURCES = src/exdeath.cc src/main.cc
|
||||
HEADERS = src/exdeath.hh src/data.hh src/randodata.hh src/randomizer.hh
|
||||
SOURCES = src/exdeath.cc src/main.cc src/randomizer.cc
|
||||
RESOURCES = patches.qrc
|
||||
|
||||
QT += gui widgets core
|
||||
|
|
|
@ -48,6 +48,7 @@ body {
|
|||
<li>Territorial Oak: From Earthbound?</li>
|
||||
<li>Yiazmat: From Final Fantasy: Record Keeper.</li>
|
||||
</ul></li>
|
||||
<li>Save Config: Saves your current configuration, including the ROM location. This configuration will be automatically loaded on next run.</li>
|
||||
</ul>
|
||||
<p>There is one graphic present that will not be enumerated. You'll know it when you see it.</p>
|
||||
<h3>Innate abilities</h3>
|
||||
|
|
Loading…
Reference in New Issue