mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-25 22:37:02 +00:00
12 lines
163 B
C++
12 lines
163 B
C++
#pragma once
|
|
|
|
namespace nn
|
|
{
|
|
namespace save
|
|
{
|
|
void load();
|
|
void ResetToDefaultState();
|
|
|
|
bool GetPersistentIdEx(uint8 accountSlot, uint32* persistentId);
|
|
}
|
|
}
|