mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Make interface more flexible by passing the whole instance object to the framerate source
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
internal interface IFramerateSource
|
||||
{
|
||||
public double GetFramerate(string processName);
|
||||
public double GetFramerate(GameInstance instance);
|
||||
|
||||
public List<GameInstance> GetRunningGames();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user