mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 00:29:39 -04:00
famec: remove unused dual code
This commit is contained in:
parent
55d7dcb209
commit
99ade2ee2f
5 changed files with 10 additions and 63 deletions
|
|
@ -107,7 +107,7 @@ static __inline void SekRunS68k(unsigned int to)
|
|||
m68k_set_context(&PicoCpuMM68k);
|
||||
#elif defined(EMU_F68K)
|
||||
g_m68kcontext = &PicoCpuFS68k;
|
||||
SekCycleCntS68k += fm68k_emulate(cyc_do, 0, 0) - cyc_do;
|
||||
SekCycleCntS68k += fm68k_emulate(cyc_do, 0) - cyc_do;
|
||||
g_m68kcontext = &PicoCpuFM68k;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue