Skip to content

Commit

Permalink
update PSEMU/CPURegisters.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 8, 2023
1 parent f709d31 commit 3b6c77e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PSEMU/CPURegisters.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ class CPURegisters {
reg[i] = 0;
}
}

void setC0Register(Coprocessor0::C0Register rega, uint32_t value);

uint32_t getC0Register(Coprocessor0::C0Register rega);
};

0 comments on commit 3b6c77e

Please sign in to comment.