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

Function execute_device_items

src/devices.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 pp[(*cnt)++] = p;
103}
104static void execute_device_items(DEVICE_VOID *pp, int cnt)
105{
106 for (int i = 0; i < cnt; i++) {
107 pp[i]();
108 }
109}
110
111static uae_sem_t thread_sema;
112static int device_configs_cnt;

Callers 7

device_check_configFunction · 0.85
devices_vsync_preFunction · 0.85
devices_vsync_postFunction · 0.85
devices_hsyncFunction · 0.85
devices_rethinkFunction · 0.85
virtualdevice_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected