FidelityFX-FSR2/tools/sc/FidelityFX_SC.sh
TheJackiMonster a10cd3c227
Implement python script to remove wine requirement
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-03 02:36:46 +01:00

8 lines
181 B
Bash
Executable File

#!/bin/sh
### Run the original binary via wine:
# wine $(dirname "$0")/FidelityFX_SC.exe $@
### Run the reverse-engineered python script:
python $(dirname $0)/FidelityFX_SC.py $@