mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-24 11:41:14 +00:00
parent
915ead34cb
commit
4dfcf39d26
|
@ -1526,6 +1526,7 @@ namespace OpenTK.Platform.Windows
|
||||||
REGSAM samDesired,
|
REGSAM samDesired,
|
||||||
out PHKEY phkResult);
|
out PHKEY phkResult);
|
||||||
|
|
||||||
|
[DllImport("Advapi32.dll")]
|
||||||
internal static extern int RegGetValue(
|
internal static extern int RegGetValue(
|
||||||
HKEY hkey,
|
HKEY hkey,
|
||||||
[MarshalAs(UnmanagedType.LPTStr)] LPCTSTR lpSubKey,
|
[MarshalAs(UnmanagedType.LPTStr)] LPCTSTR lpSubKey,
|
||||||
|
|
Loading…
Reference in a new issue