Example from GreenLumaSettings_2024.ini :
// Before: if (IsBlacklisted(appID)) return false; // After: // if (IsBlacklisted(appID)) return false; Some modified GreenLuma builds introduce a whitelist mode : greenluma blacklist
| Version | Blacklist Location | Format | |--------|--------------------|--------| | GreenLuma 2020 (original) | GreenLuma_2020.ini | Blacklist= line | | GreenLuma 2024 / Reborn | GreenLumaSettings_2024.ini | BlacklistedApps= | | Some repacks | blacklist.txt (next to GreenLuma.exe ) | Plain list of IDs | Example from GreenLumaSettings_2024