mirror of
https://github.com/stevenhowes/GoRetro.git
synced 2026-05-26 15:53:31 +01:00
Move all init and config into GoRetro from GoEscape
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user