Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
inject.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void inject_ready_check_do (void)
 
int inject_register_ready_status (const char *debug_msg, void(*callback)(void *), void *userdata)
 
int inject_register_prg (const char *prg_file, int prg_mode)
 
void inject_register_allow_disk_access (void)
 

Variables

int inject_ready_check_status
 

Function Documentation

◆ inject_ready_check_do()

void inject_ready_check_do ( void  )

Definition at line 234 of file inject.c.

◆ inject_register_allow_disk_access()

void inject_register_allow_disk_access ( void  )

Definition at line 132 of file inject.c.

Here is the call graph for this function:

◆ inject_register_prg()

int inject_register_prg ( const char *  prg_file,
int  prg_mode 
)

Definition at line 140 of file inject.c.

Here is the call graph for this function:

◆ inject_register_ready_status()

int inject_register_ready_status ( const char *  debug_msg,
void(*)(void *)  callback,
void *  userdata 
)

Definition at line 117 of file inject.c.

Here is the caller graph for this function:

Variable Documentation

◆ inject_ready_check_status

int inject_ready_check_status

Definition at line 31 of file inject.c.