Skip to content

Commit 135cc51

Browse files
authored
Add files via upload
1 parent 740c906 commit 135cc51

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bsgscudaussualHTchangeble1_2_v2.pb

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CompilerEndIf
1414
#alignMemoryGpu=64
1515
#LOGFILE=1
1616
#WINFILE="win.txt"
17-
#appver="1.3.1"
17+
#appver="1.3.2"
1818
Structure JobSturucture
1919
*arr
2020
*NewPointsArr
@@ -1084,8 +1084,8 @@ Procedure GenBabys(*xpoint, *ypoint)
10841084
PrintN("Save BIN file:"+filebinname$)
10851085
savedbytes=0
10861086
maxsavebytes=full_size
1087-
If full_size>2*1024*1024*1024
1088-
maxsavebytes = 2*1024*1024*1024
1087+
If full_size>1024*1024*1024
1088+
maxsavebytes = 1024*1024*1024
10891089
EndIf
10901090
*pp=*BabyArr
10911091

@@ -5734,7 +5734,6 @@ EndDataSection
57345734
; IDE Options = PureBasic 5.31 (Windows - x64)
57355735
; ExecutableFormat = Console
57365736
; CursorPosition = 16
5737-
; FirstLine = 12
57385737
; Folding = DAAoKAglMAkp
57395738
; EnableThread
57405739
; EnableXP

0 commit comments

Comments
 (0)