mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
gsr-game-tracker: include manually added games: supertux2
extremtuxracer
This commit is contained in:
@@ -105,6 +105,8 @@ def main():
|
||||
all_games.extend(add_games_from_rules_filepath(ananicy_emulators_path))
|
||||
all_games.extend(add_games_from_rules_filepath(ananicy_launchers_path))
|
||||
all_games.extend(add_games_from_rules_filepath(ananicy_waydroid_path))
|
||||
all_games.append("supertux2")
|
||||
all_games.append("etr") # extreme tux racer
|
||||
|
||||
script_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
write_process_name_matcher_code_file(os.path.join(script_dir, "native_games.c"), all_games)
|
||||
|
||||
@@ -13,13 +13,13 @@ static const char *process_names_len_6[] = { "luanti", "Mobbos", "glhwcl", "hexe
|
||||
static const char *process_names_len_11[] = { "PsychEngine", "devilutionx", "d1x-rebirth", "d2x-rebirth", "Kade Engine", "tyr-glquake", "xonotic-glx", "xonotic-sdl", "dolphin-emu", NULL };
|
||||
static const char *process_names_len_8[] = { "glhexen2", "alephone", "openrct2", "freesynd", "rottexpr", "tyr-qwcl", "ioquake3", "ironwail", "vkquake2", "cen64-qt", "mednafen", "PPSSPPQt", "pcsx2-qt", NULL };
|
||||
static const char *process_names_len_4[] = { "hwcl", "osu!", "rott", "xemu", "cemu", "suyu", "yuzu", "eden", "mame", NULL };
|
||||
static const char *process_names_len_9[] = { "openmohaa", "omohaaded", "berkelium", "cefsimple", "srcds_run", "tyr-quake", "iortcw-mp", "iortcw-sp", "xenia.exe", "retroarch", "mesen-git", "PPSSPPSDL", NULL };
|
||||
static const char *process_names_len_9[] = { "openmohaa", "omohaaded", "berkelium", "cefsimple", "srcds_run", "tyr-quake", "iortcw-mp", "iortcw-sp", "xenia.exe", "retroarch", "mesen-git", "PPSSPPSDL", "supertux2", NULL };
|
||||
static const char *process_names_len_21[] = { "launch_openmohaa_base", NULL };
|
||||
static const char *process_names_len_29[] = { "launch_openmohaa_breakthrough", NULL };
|
||||
static const char *process_names_len_26[] = { "launch_openmohaa_spearhead", NULL };
|
||||
static const char *process_names_len_13[] = { "yamagi-quake2", "prismlauncher", NULL };
|
||||
static const char *process_names_len_17[] = { "yamagi-quake2-git", "Zelda64Recompiled", "xonotic-local-sdl", NULL };
|
||||
static const char *process_names_len_3[] = { "0ad", "etl", "RMG", NULL };
|
||||
static const char *process_names_len_3[] = { "0ad", "etl", "RMG", "etr", NULL };
|
||||
static const char *process_names_len_2[] = { "fm", "et", NULL };
|
||||
static const char *process_names_len_7[] = { "Etterna", "etterna", "vkquake", "melonDS", "ryujinx", "sdlmame", "scummvm", "blastem", "redream", "shadps4", NULL };
|
||||
static const char *process_names_len_16[] = { "unreal-bin-amd64", "xenia_canary.exe", "elyprismlauncher", NULL };
|
||||
|
||||
Reference in New Issue
Block a user