Home
last modified time | relevance | path

Searched refs:copyjport (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputdevice.c299 static void copyjport (const struct uae_prefs *src, struct uae_prefs *dst, int num) in copyjport() function
5334 copyjport (srcprrefs, dstprefs, 0); in inputdevice_updateconfig_internal()
5335 copyjport (srcprrefs, dstprefs, 1); in inputdevice_updateconfig_internal()
5336 copyjport (srcprrefs, dstprefs, 2); in inputdevice_updateconfig_internal()
5337 copyjport (srcprrefs, dstprefs, 3); in inputdevice_updateconfig_internal()
6270 copyjport (src, dst, 0); in inputdevice_copyconfig()
6271 copyjport (src, dst, 1); in inputdevice_copyconfig()
6272 copyjport (src, dst, 2); in inputdevice_copyconfig()
6273 copyjport (src, dst, 3); in inputdevice_copyconfig()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp426 static void copyjport (const struct uae_prefs *src, struct uae_prefs *dst, int num) in copyjport() function
6567 copyjport (srcprefs, dstprefs, i); in inputdevice_updateconfig_internal()
7517 copyjport (src, dst, i); in inputdevice_copyconfig()