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