redundant mutable self

This commit is contained in:
ipc 2023-08-13 17:02:43 +02:00
parent b3591f2f96
commit ad7ba1151a
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ impl Cpu {
self.bus.gpu.queue.clear();
}
pub fn update(&mut self) -> bool {
pub fn update(&self) -> bool {
self.bus.gpu.update
}