Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Aug 19, 2024
1 parent 3a49198 commit 7fcc0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/nsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ void nsf_after_load_rom(void) {
dos_text_curtain_add_line(&nsf.curtain_info, DOS_TL02, DOS_TL01, uL("lemon_10"), 10,
uL("[top][image]:/pics/pics/controller_start.png[endimage] Start : Play/Pause"));
dos_text_curtain_add_line(&nsf.curtain_info, DOS_TL02, DOS_TL01, uL("lemon_10"), 10,
uL("[top][image]:/pics/pics/controller_select.png[endimage] Start : Stop"));
uL("[top][image]:/pics/pics/controller_select.png[endimage] Select : Stop"));
dos_text_curtain_add_line(&nsf.curtain_info, DOS_TL02, DOS_TL01, uL("lemon_10"), 10,
uL("[top][image]:/pics/pics/controller_right.png[endimage] Right : Next Song"));
dos_text_curtain_add_line(&nsf.curtain_info, DOS_TL02, DOS_TL01, uL("lemon_10"), 10,
Expand Down

0 comments on commit 7fcc0d3

Please sign in to comment.