Let capturer create output folder

This commit is contained in:
David Vogel 2019-10-25 20:25:41 +02:00
parent 4c6177676d
commit 5f3c55823c
2 changed files with 71 additions and 70 deletions

View File

@ -19,6 +19,7 @@ ProcedureDLL AttachProcess(Instance)
Global NewList Queue.QueueElement()
ExamineDesktops()
CreateDirectory("mods/noita-mapcap/output/")
For i = 1 To 4
CreateThread(@Worker(), #Null)
@ -100,8 +101,8 @@ EndProcedure
; IDE Options = PureBasic 5.71 LTS (Windows - x64)
; ExecutableFormat = Shared dll
; CursorPosition = 72
; FirstLine = 32
; CursorPosition = 25
; FirstLine = 3
; Folding = -
; EnableThread
; EnableXP

Binary file not shown.