fix launching rgl

This commit is contained in:
2025-03-27 00:23:04 +00:00
parent 4e95706226
commit dd3a71884c
+1 -1
View File
@@ -33,7 +33,7 @@ pub fn launch(platform: &Platform) {
Platform::Rockstar => { Platform::Rockstar => {
let hklm = RegKey::predef(HKEY_LOCAL_MACHINE); let hklm = RegKey::predef(HKEY_LOCAL_MACHINE);
let Ok(gta_v_enhanced) = let Ok(gta_v_enhanced) =
hklm.open_subkey(r"SOFTWARE\WOW6432Node\Rockstar Games\GTA V Enhanced") hklm.open_subkey(r"SOFTWARE\WOW6432Node\Rockstar Games\GTAV Enhanced")
else { else {
return; return;
}; };