Skip to content

Commit

Permalink
restruct: fps unlocker
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Jul 8, 2024
1 parent 1f4840e commit f395409
Show file tree
Hide file tree
Showing 10 changed files with 261 additions and 456 deletions.
4 changes: 2 additions & 2 deletions src/Desktop/Fischless.Fetch/Launch/GILauncher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ public static async Task LaunchAsync(int? delayMs = null, GIRelaunchMethod relau
try
{
await new GameFpsUnlocker(gameProcess)
.SetTargetFps(launchParameter.Fps.Value)
.UnlockAsync(new UnlockTimingOptions(100, 20000, 3000));
.SetTargetFps((int)launchParameter.Fps.Value)
.UnlockAsync(GameFpsUnlockerOption.Default.Value);
}
catch
{
Expand Down
9 changes: 0 additions & 9 deletions src/Desktop/Fischless.Fetch/Unlocker/FindModuleResult.cs

This file was deleted.

Loading

0 comments on commit f395409

Please sign in to comment.