UnleashedRecomp/UnleashedRecomp/user/registry.cpp

8 lines
187 B
C++

#include "registry.h"
#include <os/process.h>
#include <os/registry.h>
void Registry::Save()
{
os::registry::WriteValue(STR(ExecutableFilePath), os::process::GetExecutablePath());
}