core/loader: Track the NSO build ID of the current process
This commit is contained in:
parent
943662dc3c
commit
f6c53526b3
3 changed files with 14 additions and 0 deletions
|
@ -330,6 +330,10 @@ public:
|
|||
|
||||
bool GetExitLock() const;
|
||||
|
||||
void SetCurrentProcessBuildID(std::array<u8, 0x20> id);
|
||||
|
||||
const std::array<u8, 0x20>& GetCurrentProcessBuildID() const;
|
||||
|
||||
private:
|
||||
System();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue