Added loadOrder support + fixed some bug

add the getDataPath function / .h that will find the data folder of the game.
this fixe some issue with older games like morrowind
This commit is contained in:
Marc
2022-10-08 10:59:32 +02:00
parent f3cd47b2bb
commit 9ee12a6c7e
7 changed files with 179 additions and 51 deletions
+2
View File
@@ -21,8 +21,10 @@ project(mod-manager)
set(SOURCES
src/steam.c
src/loadOrder.c
src/install.c
src/overlayfs.c
src/getDataPath.c
src/getHome.c
src/file.c
src/order.c