Skip to content

Commit

Permalink
gui: rom dumper: specific instructions depending on OS versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Aug 8, 2024
1 parent 1869fc0 commit e56838a
Show file tree
Hide file tree
Showing 9 changed files with 1,426 additions and 1,383 deletions.
Binary file modified gui/qt/i18n/es_ES.qm
Binary file not shown.
696 changes: 351 additions & 345 deletions gui/qt/i18n/es_ES.ts

Large diffs are not rendered by default.

Binary file modified gui/qt/i18n/fr_FR.qm
Binary file not shown.
696 changes: 351 additions & 345 deletions gui/qt/i18n/fr_FR.ts

Large diffs are not rendered by default.

Binary file modified gui/qt/i18n/nl_NL.qm
Binary file not shown.
696 changes: 351 additions & 345 deletions gui/qt/i18n/nl_NL.ts

Large diffs are not rendered by default.

Binary file modified gui/qt/i18n/zh_CN.qm
Binary file not shown.
696 changes: 351 additions & 345 deletions gui/qt/i18n/zh_CN.ts

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions gui/qt/romselection.ui
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,28 @@
<rect>
<x>0</x>
<y>0</y>
<width>413</width>
<height>325</height>
<width>446</width>
<height>418</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>446</width>
<height>418</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>446</width>
<height>418</height>
</size>
</property>
<property name="windowTitle">
<string>CEmu Setup</string>
</property>
Expand Down Expand Up @@ -281,7 +299,8 @@
<item>
<widget class="QLabel" name="line1_4">
<property name="text">
<string>To run the program, select Asm( from the catalog by pressing [2nd][0], and then pressing enter at the following prompt.</string>
<string>To run the program, select Asm( from the catalog by pressing [2nd] then [0], and then pressing enter at the following prompt. You do not need the Asm( part if you're on OS 5.3 or later.
Note that if you're on OS 5.5 or later, you will need to use an assembly program launcher instead (like a shell, or AsmHook, both of which can be installed through arTIfiCE first).</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down

0 comments on commit e56838a

Please sign in to comment.