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

Function pausemode

src/inputdevice.cpp:10178–10186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10176}
10177
10178void pausemode (int mode)
10179{
10180 if (mode < 0)
10181 pause_emulation = pause_emulation ? 0 : 9;
10182 else
10183 pause_emulation = mode;
10184 set_config_changed ();
10185 setsystime ();
10186}
10187
10188int jsem_isjoy (int port, const struct uae_prefs *p)
10189{

Callers 2

inputdevice_vsyncFunction · 0.85

Calls 2

set_config_changedFunction · 0.85
setsystimeFunction · 0.85

Tested by

no test coverage detected