mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-16 05:27:43 +00:00
Reinstates proper ready behaviour.
This commit is contained in:
@@ -113,7 +113,6 @@ bool Drive::get_is_read_only() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool Drive::get_is_ready() {
|
bool Drive::get_is_ready() {
|
||||||
return true;
|
|
||||||
return ready_index_count_ == 2;
|
return ready_index_count_ == 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user