Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
target_coreopt(3)		  Arcan Lua API 	       target_coreopt(3)

NAME
     target_coreopt - Set target- specific runtime key-vale

SYNOPSIS
     nil
     target_coreopt( vid, slot, value )

DESCRIPTION
     Some  hijack targets (and libretro cores in particular), expose core-option
     slots and list of values through callback triggered events (kind = coreopt)
     that are comprised of a description, a key, a slotid and a  set  of  values
     (the  first  value  sent is the one currently active). This function can be
     used to change  the  active  configuration  by  sending  the  corresponding
     slot/value  pair  (not  that unsupported values will be silently discarded,
     it's up to the script to track).

SEE ALSO:
     launch_target(3)

targetcontrol			   August 2026		       target_coreopt(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=target_coreopt&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help