mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
famec: split fm68k_emulate
in FAMEC_NO_GOTOS mode at least
This commit is contained in:
parent
fdcfd32374
commit
12f23dac6f
8 changed files with 83 additions and 34 deletions
|
@ -151,8 +151,7 @@ PICO_INTERNAL int SekResetS68k(void)
|
|||
#ifdef EMU_F68K
|
||||
{
|
||||
void *oldcontext = g_m68kcontext;
|
||||
g_m68kcontext = &PicoCpuFS68k;
|
||||
fm68k_reset();
|
||||
fm68k_reset(&PicoCpuFS68k);
|
||||
g_m68kcontext = oldcontext;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue