fixed some segfault

This commit is contained in:
Marc
2022-09-11 14:20:29 +02:00
parent 2d63fd8d92
commit 15b8fdad98
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const static char * GAMES_NAMES[] = {
"Skyrim Special Edition",
};
GHashTable * search_games();
GHashTable* search_games(int * status);
int getGameIdFromAppId(u_int32_t id);
#endif