Qt: Clarify BIOS support in setup wizard
This commit is contained in:
parent
a6ba2b5e20
commit
09cdd986b9
|
@ -133,7 +133,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>DuckStation requires a PS1 BIOS in order to run.</p><p>For legal reasons, you must obtain a BIOS <span style=" font-weight:700;">from an actual PS1 unit that you own</span> (borrowing doesn't count). You should use Caetla or another utility to create an image from your console's BIOS ROM on your PC.</p><p>Once dumped, this BIOS image should be placed in the bios folder within the data directory shown below, or you can instruct DuckStation to scan an alternative directory.</p></body></html></string>
|
||||
<string><html><head/><body><p>DuckStation requires a PS1 or PS2 BIOS in order to run.</p><p>For legal reasons, you must obtain a BIOS <span style=" font-weight:700;">from an actual PS1 unit that you own</span> (borrowing doesn't count). You should use Caetla or another utility to create an image from your console's BIOS ROM on your PC.</p><p>Once dumped, this BIOS image should be placed in the bios folder within the data directory shown below, or you can instruct DuckStation to scan an alternative directory.</p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
|
Loading…
Reference in New Issue