mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 20:08:17 +00:00
[client] audio: change the audio latency graph sample point
This removes the need for locking while also giving a better result in the graph output. Also when the graph is disabled via the overlay options it will no longer cause redraws.
This commit is contained in:
@@ -706,9 +706,9 @@ void app_unregisterGraph(GraphHandle handle)
|
||||
overlayGraph_unregister(handle);
|
||||
}
|
||||
|
||||
void app_invalidateGraphs(void)
|
||||
void app_invalidateGraph(GraphHandle handle)
|
||||
{
|
||||
overlayGraph_invalidate();
|
||||
overlayGraph_invalidate(handle);
|
||||
}
|
||||
|
||||
void app_registerOverlay(const struct LG_OverlayOps * ops, const void * params)
|
||||
|
Reference in New Issue
Block a user