aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
163 stars 38 forks source link

Attempt to make the directories before trying to lock the lockfile. #150

Closed cristian64 closed 4 months ago

cristian64 commented 4 months ago

In a fresh installation where the .ini file does not yet exist, the application could wrongly determine that another instance was running as the lockfile could not be created due to the missing parent directory.

All the intermediate-level directories needed to contain the lockfile are now created if they did not exist.