MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / close_language

Function close_language

include/init/language.h:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305static u8 lang_roms = 0;
306
307static void close_language(void)
308{
309 if(fh) cellFsClose(fh); lang_roms = fh = 0;
310}
311
312static void language(const char *key_name, char *label, const char *default_str)
313{

Callers 11

setup_formFunction · 0.85
languageFunction · 0.85
update_languageFunction · 0.85
mount.hFile · 0.85
refresh.hFile · 0.85
stealth.hFile · 0.85
copy_rom_mediaFunction · 0.85
build_roms_xmlFunction · 0.85
games_xml.hFile · 0.85
fancontrol2.hFile · 0.85
combos.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected