MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / devices_pause

Function devices_pause

src/devices.cpp:543–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void devices_pause(void)
544{
545#ifdef WITH_PPC
546 uae_ppc_pause(1);
547#endif
548#ifdef WITH_DSP
549 dsp_pause(1);
550#endif
551 blkdev_entergui();
552#ifdef RETROPLATFORM
553 rp_pause(1);
554#endif
555#ifdef AVIOUTPUT
556 pausevideograb(1);
557#endif
558 ethernet_pause(1);
559}
560
561void devices_unpause(void)
562{

Callers 1

setpausedFunction · 0.85

Calls 4

uae_ppc_pauseFunction · 0.85
dsp_pauseFunction · 0.85
blkdev_enterguiFunction · 0.85
ethernet_pauseFunction · 0.85

Tested by

no test coverage detected