Skip to content

Commit

Permalink
Añadido espacio para tres comentarios al terminar un intento.
Browse files Browse the repository at this point in the history
Arreglado un pequeño fallo añadido en la versión anterior al grabar el CSV.
  • Loading branch information
Chixpy committed Apr 28, 2024
1 parent 7b86d61 commit bf2adc3
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 267 deletions.
5 changes: 2 additions & 3 deletions Source/Classes/ucLNSCFEConfig.pas
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ procedure cLNSCFEConfig.ResetDefaultConfig;
begin
Nick := '';
MAMEExe := '';
AutoMAMEList.CommaText :=
'mamearcade.exe,wolfmame.exe,wolfmame64.exe,' +
'wolfmame32.exe,mame.exe,mame64.exe,mame32.exe';
AutoMAMEList.CommaText := 'wolfmame.exe,wolfmame64.exe,' +
'wolfmame32.exe,mame.exe,mame64.exe,mame32.exe,mamearcade.exe';
ImagesFolder := '';
Juegos.Clear;
end;
Expand Down
14 changes: 7 additions & 7 deletions Source/Forms/ufrLNSCompFE.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@ inherited frmLNSCompFE: TfrmLNSCompFE
object StatusBar1: TStatusBar[0]
Left = 4
Height = 29
Top = 467
Top = 567
Width = 792
AutoHint = True
Panels = <>
SizeGrip = False
end
object Splitter1: TSplitter[1]
Left = 445
Height = 276
Height = 376
Top = 153
Width = 5
Align = alRight
ResizeAnchor = akRight
end
object pMain: TPanel[2]
Left = 4
Height = 276
Height = 376
Top = 153
Width = 437
Align = alClient
BevelOuter = bvNone
ClientHeight = 276
ClientHeight = 376
ClientWidth = 437
TabOrder = 1
object rgbJuegos: TRadioGroup
Left = 0
Height = 276
Height = 376
Hint = 'Selecciona el juego'
Top = 0
Width = 437
Expand Down Expand Up @@ -2333,7 +2333,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
object pBottom: TPanel[4]
Left = 4
Height = 30
Top = 433
Top = 533
Width = 792
Align = alBottom
AutoSize = True
Expand Down Expand Up @@ -2400,7 +2400,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
end
object pRight: TPanel[5]
Left = 454
Height = 276
Height = 376
Top = 153
Width = 342
Align = alRight
Expand Down
Loading

0 comments on commit bf2adc3

Please sign in to comment.