aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-15 00:18:14 +0900
committerAstatin <astatin@redacted>2024-09-15 00:18:14 +0900
commitfd5098e546ed2144c5f32fbe12b03ad784463cf9 (patch)
treef250c58b2d3831adcac3a7c95143eb61676d2c93 /src
parent7101d14f3bcc0af29b8d51b1f5d58689fee1a571 (diff)
Update documentation
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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,