Skip to content

Commit

Permalink
update PSEMU/CPU.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Oct 8, 2023
1 parent dfcbf77 commit ce27679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSEMU/CPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class CPU {
void op_mflo(uint32_t instruction);
void op_mtlo(uint32_t instruction);
void op_mfc0(uint32_t instruction);
void op_mtc0(uint32_t instruction);
void op_mult(uint32_t instruction);
void op_multu(uint32_t instruction);
void op_nor(uint32_t instruction);
Expand Down

0 comments on commit ce27679

Please sign in to comment.