mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-11 03:10:13 +03:00
By passing basePath as an argument the CreateDirectory function did mkdir(basePath+basePath) which is obviously not the intended behaviour, fix this.