TASLabz / mkw-scripts

Python Scripts for use with Dolphin Emulator. Scripts cover various utilities for creating Mario Kart Wii TASes .
7 stars 6 forks source link

Use utils.get_script_dir() instead of os.get_cwd() #34

Closed malleoz closed 1 year ago

malleoz commented 1 year ago

We can't always necessarily use os.get_cwd(). For example, when debugging Dolphin in Visual Studio, this call resolves to the DolphinQt directory. It's more reliable to use Dolphin to determine the Scripts dir.

Gaberboo commented 1 year ago

I think you added some changes to the bottom of the file by accident