Skip to content

Commit

Permalink
Note that UE Steam Hooks is a hack
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Jan 28, 2024
1 parent 50d1d46 commit 96833b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Reloaded.Mod.Loader/Utilities/Steam/SteamHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ IHook<T> HookExportedFunction<T>(IntPtr libraryHandle, string functionName, T ha
}
}

// This is a hack and only applies to UE4 games (leaving as is until R3)
private bool TryFindUnrealSteamApi(out string steamApiPath)
{
steamApiPath = null;
Expand Down

0 comments on commit 96833b6

Please sign in to comment.