Skip to content

Instantly share code, notes, and snippets.

@XanderXAJ
XanderXAJ / PID.py
Last active May 25, 2023 09:25
Steam Deck Stock Fan Control Script 2023-05-25
#!/usr/bin/python
#
# This file is part of IvPID.
# Copyright (C) 2015 Ivmech Mechatronics Ltd. <bilgi@ivmech.com>
#
# IvPID is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
@XanderXAJ
XanderXAJ / userConfigurations.json
Created October 23, 2022 10:04
Steam ROM Manager: Combined Mega Drive/Genesis parser
{
"parserType": "Glob",
"configTitle": "Sega Genesis/Mega Drive - Retroarch - Genesis Plus GX",
"steamCategory": "${Genesis/Mega Drive}",
"steamDirectory": "/home/deck/.steam/steam",
"romDirectory": "/run/media/mmcblk0p1/Emulation/roms",
"executableArgs": "run org.libretro.RetroArch -L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}genesis_plus_gx_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",