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