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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user