chore: remove premature inlines

This commit is contained in:
2022-10-21 05:11:52 -03:00
parent c4c4332485
commit 357211a4cc
6 changed files with 22 additions and 22 deletions

View File

@@ -45,7 +45,7 @@ pub const Arm7tdmi = struct {
self.cpsr.raw = 0x6000001F;
}
pub inline fn step(self: *Self) u64 {
pub fn step(self: *Self) u64 {
const opcode = self.fetch();
// self.mgbaLog(opcode);