RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change the location of the .Mtuner?

whu-lyh opened this issue · comments

Under window10, the .MTuner is created in the location "C:\Users\xxx\AppData\Roaming\MTuner", but my c drive has no enough space to store the big .MTuner file, so anybody know how to change the location of .MTuner?
Thanks~ everyone

It's a choice of path that guarantees write access, unlike working directory of an executable. I will not be changing this. If you do need something else you can compile MTuner and change relevant code in rmem library that uses CSIDL_APPDATA to get the path.