mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 16:31:30 -06:00
9 lines
187 B
C++
9 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());
|
|
}
|