forked from recalbox/recalbox-configgen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrecalboxFilesUbuntu.py
32 lines (23 loc) · 1.14 KB
/
recalboxFilesUbuntu.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/env python
esInputs = "/home/matthieu/.emulationstation/es_input.cfg"
esSettings = '/home/matthieu/.emulationstation/es_settings.cfg'
recalboxConf = "/home/matthieu/recalbox/recalbox.conf"
retroarchRoot = "/home/matthieu/recalbox/configs/retroarch"
retroarchCustom = retroarchRoot + '/retroarchcustom.cfg'
retroarchCustomOrigin = retroarchRoot + "/retroarchcustom.cfg.origin"
retroarchCoreCustom = retroarchRoot + "/cores/retroarch-core-options.cfg"
retroarchBin = "retroarch"
retroarchCores = "/usr/lib/libretro/"
shadersRoot = "/home/matthieu/recalbox/share_init/shaders/presets/"
shadersExt = '.gplsp'
libretroExt = '_libretro.so'
fbaRoot = '/home/matthieu/recalbox/configs/fba/'
fbaCustom = fbaRoot + 'fba2x.cfg'
fbaCustomOrigin = fbaRoot + 'fba2x.cfg.origin'
fba2xBin = '/usr/bin/fba2x'
mupenCustom = "/home/matthieu/recalbox/configs/mupen64/mupen64plus.cfg"
shaderPresetRoot = "/home/matthieu/recalbox/share/system/shadersets/"
kodiJoystick = '/home/matthieu/.kodi/userdata/keymaps/recalbox.xml'
kodiMappingUser = '/home/matthieu/recalbox/configs/kodi/input.xml'
kodiBin = '/usr/lib/kodi/kodi.bin'
logdir = '/home/matthieu/recalbox/logs/'