Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dluaengine.cpp50 static void(*info_onstop)(INT64 uid); variable
3966 info_onstop = WinLuaOnStop; in FBA_LoadLuaCode()
3973 info_onstop = NULL; in FBA_LoadLuaCode()
4020 if (info_onstop) in FBA_LuaStop()
4021 info_onstop(info_uid); in FBA_LuaStop()