diff options
author | Astatin <[email protected]> | 2024-09-15 00:18:14 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-15 00:18:14 +0900 |
commit | fd5098e546ed2144c5f32fbe12b03ad784463cf9 (patch) | |
tree | f250c58b2d3831adcac3a7c95143eb61676d2c93 /src/main.rs | |
parent | 7101d14f3bcc0af29b8d51b1f5d58689fee1a571 (diff) |
Update documentation
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index b057486..ee31f31 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ struct Cli { /// The gameboy rom file rom: String, - /// Setting this saves battery by using thread::sleep instead of spin_sleeping. It can result in lag and inconsistent timing. + /// Setting uses more battery and set the CPU to 100% but could sometimes solve inconsistent timing. #[arg(long)] loop_lock_timing: bool, |