Skip to content

Commit

Permalink
refs ignore SPCPLAY.EXE
Browse files Browse the repository at this point in the history
* Echo Feedback を Feedback Mixer に変更
  • Loading branch information
dgrfactory committed Nov 29, 2024
1 parent 3f455b1 commit e271ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spcplay.exe/spcplay.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3444,7 +3444,7 @@ const
STR_MENU_SETUP_PITCH_ZERO: pchar = ' &0 ';
STR_MENU_SETUP_PITCH_ASYNC: array[0..1] of pchar = ('���t���x��Ɠ���(&M)', '&Multiply by &Speed');
STR_MENU_SETUP_SEPARATE: array[0..1] of pchar = ('���E�g�U�x(&E)', 'Stereo S&eparator');
STR_MENU_SETUP_FEEDBACK: array[0..1] of pchar = ('�t�B�[�h�o�b�N���]�x(&F)', 'Echo &Feedback');
STR_MENU_SETUP_FEEDBACK: array[0..1] of pchar = ('�t�B�[�h�o�b�N���]�x(&F)', '&Feedback Mixer');
STR_MENU_SETUP_SPEED: array[0..1] of pchar = ('���t���x(&S)', '&Speed');
STR_MENU_SETUP_AMP: array[0..1] of pchar = ('����(&V)', '&Volume');
STR_MENU_SETUP_MUTE: array[0..1] of pchar = ('�`�����l�� �~���[�g(&M)', 'Channel &Mute');
Expand Down

0 comments on commit e271ade

Please sign in to comment.