mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drc: revive x86 dynarec, support x86-64
This commit is contained in:
parent
91be5ebd10
commit
898d51a7fd
10 changed files with 285 additions and 123 deletions
|
@ -118,7 +118,7 @@ void REGPARM(3) p32x_sh2_write32(unsigned int a, unsigned int d, SH2 *sh2);
|
|||
// debug
|
||||
#ifdef DRC_CMP
|
||||
void do_sh2_trace(SH2 *current, int cycles);
|
||||
void do_sh2_cmp(SH2 *current);
|
||||
void REGPARM(1) do_sh2_cmp(SH2 *current);
|
||||
#endif
|
||||
|
||||
#endif /* __SH2_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue