Home
last modified time | relevance | path

Searched refs:fuller_box_active (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/
H A Dsnap_accessors.c184 int fuller_box_active; member
1703 return snap->fuller_box_active; in libspectrum_snap_fuller_box_active()
1707 libspectrum_snap_set_fuller_box_active( libspectrum_snap *snap, int fuller_box_active ) in libspectrum_snap_set_fuller_box_active() argument
1709 snap->fuller_box_active = fuller_box_active; in libspectrum_snap_set_fuller_box_active()
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dsnap_accessors.c205 int fuller_box_active; member
2237 return snap->fuller_box_active; in libspectrum_snap_fuller_box_active()
2241 libspectrum_snap_set_fuller_box_active( libspectrum_snap *snap, int fuller_box_active ) in libspectrum_snap_set_fuller_box_active() argument
2243 snap->fuller_box_active = fuller_box_active; in libspectrum_snap_set_fuller_box_active()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/src/
H A Dlibspectrum.h893 …2_DLL void libspectrum_snap_set_fuller_box_active( libspectrum_snap *snap, int fuller_box_active );