brunodea / gebemula

Emulator for GameBoy written in Rust.
10 stars 1 forks source link

Use more #[inline] or #[inline(always)] #3

Open brunodea opened 8 years ago

brunodea commented 8 years ago

There are many places where the use of #[inline] or #[inline(always)] would be possible. In the future, we could start using those.