Move all init and config into GoRetro from GoEscape

This commit is contained in:
stevenhowes
2022-01-03 22:49:35 +00:00
parent 4d1ab58ca4
commit 45c553150c
6 changed files with 129 additions and 17 deletions
+2
View File
@@ -99,6 +99,8 @@ func NewSequence(
var seq Sequence
filepath = Config.DataDir + filepath
// Get a list of frames
files, err := ioutil.ReadDir(filepath)
if err != nil {