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

feat: added force inline

parent 23ce1a11
No related branches found
No related tags found
No related merge requests found
Pipeline #2458 passed
......@@ -465,6 +465,7 @@ impl Apu {
}
}
#[inline(always)]
pub fn output(&self) -> u8 {
self.ch1_output() + self.ch2_output() + self.ch3_output() + self.ch4_output()
}
......
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