mirror of
https://github.com/skoelle/marcer-gamedvd-launcher.git
synced 2026-09-17 18:50:25 +00:00
21 lines
545 B
JSON
21 lines
545 B
JSON
{
|
|
"RootDirectory": "C:\\Games\\Hatari\\ROMS",
|
|
"PatchDirectory": "C:\\Games\\Hatari\\PATCH",
|
|
"Hatari": {
|
|
"Executable": "C:\\Tools\\hatari\\hatari.exe",
|
|
"ConfigFile": "",
|
|
"ArgsTemplate": "-c \"{cfg}\" --disk-a \"{zip}\""
|
|
},
|
|
"Colors": {
|
|
"FolderBoth": "Yellow",
|
|
"FolderPatchOnly": "DarkYellow",
|
|
"FolderRootOnly": "Gray",
|
|
"ZipBoth": "Green",
|
|
"ZipRootOnly": "DarkGreen",
|
|
"ZipPatchOnly": "Magenta",
|
|
"SelectedForeground": "Black",
|
|
"SelectedBackground": "DarkCyan",
|
|
"VirtualEntry": "White"
|
|
}
|
|
}
|