project restructure

This commit is contained in:
SimoneN64
2023-08-11 15:16:30 +02:00
parent 74dccb6ac6
commit 79c7b070eb
10 changed files with 1200 additions and 88 deletions

View File

@@ -21,6 +21,7 @@ private:
void cop2Decode(u32);
void special(u32);
void regimm(u32);
void Emit(u32);
void add(u32);
void addu(u32);
void addi(u32);
@@ -114,4 +115,4 @@ private:
void ctc2(u32);
void cfc2(u32);
};
}
}