mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drop some unnecessary inlines
apparently somebody compiles with msvc?
This commit is contained in:
parent
b5f5dc1fad
commit
e9a11abb3c
7 changed files with 8 additions and 7 deletions
|
@ -88,7 +88,7 @@ void sh2_unpack(SH2 *sh2, const unsigned char *buff);
|
|||
int sh2_execute_drc(SH2 *sh2c, int cycles);
|
||||
int sh2_execute_interpreter(SH2 *sh2c, int cycles);
|
||||
|
||||
static inline int sh2_execute(SH2 *sh2, int cycles, int use_drc)
|
||||
static __inline int sh2_execute(SH2 *sh2, int cycles, int use_drc)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue