Home
last modified time | relevance | path

Searched refs:load_driver_history (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Ddatafile.h10 extern int load_driver_history (const struct GameDriver *drv, char *buffer, int bufsize);
H A Ddatafile.c531 int load_driver_history (const struct GameDriver *drv, char *buffer, int bufsize) in load_driver_history() function
H A Dinfo.c561 if (load_driver_history(game,buffer,HISTORY_BUFFER_MAX)==0) { in print_game_history()
H A Dusrintrf.c2557 if (load_driver_history (Machine->gamedrv, buf, 8192) == 0) in displayhistory()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Ddatafile.h10 extern int load_driver_history (const struct GameDriver *drv, char *buffer, int bufsize);
H A Ddatafile.c597 int load_driver_history (const struct GameDriver *drv, char *buffer, int bufsize) in load_driver_history() function
H A Dinfo.c650 if (load_driver_history(game,buffer,HISTORY_BUFFER_MAX)==0) in print_game_history()
H A Dusrintrf.c2834 if (load_driver_history (Machine->gamedrv, buf, bufsize) == 0) in displayhistory()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Ddatafile.h10 extern int load_driver_history (const struct GameDriver *drv, char *buffer, int bufsize);
H A Ddatafile.c597 int load_driver_history (const struct GameDriver *drv, char *buffer, int bufsize) in load_driver_history() function
H A Dinfo.c650 if (load_driver_history(game,buffer,HISTORY_BUFFER_MAX)==0) in print_game_history()
H A Dusrintrf.c2808 if (load_driver_history (Machine->gamedrv, buf, bufsize) == 0) in displayhistory()