Skip to content

Commit

Permalink
change sample data generator length back
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflongo committed Jun 4, 2022
1 parent 2889b90 commit 6489cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameCubeControllerSimulationDataGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void GameCubeControllerSimulationDataGenerator::GenerateDelayShort()
}
void GameCubeControllerSimulationDataGenerator::GenerateDelayLong()
{
mGamecubeSimulationData.Advance( NsToSamples( 1000000000 ) );
mGamecubeSimulationData.Advance( NsToSamples( 1000000 ) );
}

void GameCubeControllerSimulationDataGenerator::GenerateIdCmd()
Expand Down

0 comments on commit 6489cc4

Please sign in to comment.