mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -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
|
@ -366,7 +366,7 @@ static void p32x_run_events(unsigned int until)
|
|||
oldest, event_time_next);
|
||||
}
|
||||
|
||||
static inline void run_sh2(SH2 *sh2, int m68k_cycles)
|
||||
static void run_sh2(SH2 *sh2, int m68k_cycles)
|
||||
{
|
||||
int cycles, done;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue