superf4
superf4 copied to clipboard
how do I use the blacklist option?
how do I use the blacklist option? I want to have a protection on other applications . I tried separating it with a comma and it didn't work. can you show how it should look(to use the blacklist)
It's comma separated just as you said. You didn't include spaces right?
There's an example with only one entry in the default configuration file:
https://github.com/stefansundin/superf4/blob/2a6afbee2927e5f67f26c009347d4ca071db0a15/SuperF4.ini#L14-L16
So with more executables it would be something like:
ProcessBlacklist=explorer.exe,mygame.exe,thisapp.exe
Alright, thanks for your help! But how do I update the configuration?