mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-19 14:32:19 +00:00
8 lines
187 B
C++
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());
|
|
}
|