Added Skyrim to the game list
This commit is contained in:
+2
-2
@@ -1,4 +1,5 @@
|
||||
#include "guiMain.h"
|
||||
#include "../steam.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
@@ -36,8 +37,7 @@ int guiMain(int argc, char **argv) {
|
||||
GtkApplication *app;
|
||||
int status;
|
||||
|
||||
app = gtk_application_new("fr.marcbarbier.modmanager",
|
||||
G_APPLICATION_DEFAULT_FLAGS);
|
||||
app = gtk_application_new("fr.marcbarbier.modmanager", G_APPLICATION_DEFAULT_FLAGS);
|
||||
g_signal_connect(app, "activate", G_CALLBACK(activate), NULL);
|
||||
status = g_application_run(G_APPLICATION(app), 1, argv);
|
||||
g_object_unref(app);
|
||||
|
||||
+4
-2
@@ -37,14 +37,16 @@ const static char * steamLibraries[] = {
|
||||
const static u_int32_t GAMES_APPIDS[] = {
|
||||
489830,
|
||||
22330,
|
||||
377160
|
||||
377160,
|
||||
72850,
|
||||
};
|
||||
|
||||
//the name of the game in the steamapps/common folder
|
||||
const static char * GAMES_NAMES[] = {
|
||||
"Skyrim Special Edition",
|
||||
"Oblivion",
|
||||
"Fallout 4"
|
||||
"Fallout 4",
|
||||
"Skyrim",
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user