Skip to content
Snippets Groups Projects
Verified Commit b21dcc5a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: typo in getter function

parent 4cd6f077
No related branches found
No related tags found
No related merge requests found
Pipeline #2481 failed
......@@ -318,7 +318,7 @@ impl GameBoy {
}
pub fn timer_enabled(&self) -> bool {
self.apu_enabled
self.timer_enabled
}
pub fn set_timer_enabled(&mut self, value: bool) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment