mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-30 22:49:53 +08:00
unstub: preserve notice screen skip flag (#559)
* fix(system-service): preserve notice screen skip flag * test(bink): avoid frame timing flake on CI
This commit is contained in:
@@ -83,7 +83,9 @@ public sealed class BinkFramePlaybackTests
|
||||
|
||||
public uint Height => 1;
|
||||
|
||||
public uint FramesPerSecondNumerator => 20;
|
||||
// Keep frame boundaries far enough apart that a loaded CI runner cannot
|
||||
// skip an expected frame between polling iterations.
|
||||
public uint FramesPerSecondNumerator => 2;
|
||||
|
||||
public uint FramesPerSecondDenominator => 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user