Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/
H A Dlibretro.cpp550 cheat_core_option *cheat_option = &cheat_core_options.back(); in create_variables_from_cheats() local
552 cheat_option->friendly_name = SSTR( "[Cheat] " << option_name.c_str() ); in create_variables_from_cheats()
553 cheat_option->friendly_name_categorized = option_name.c_str(); in create_variables_from_cheats()
558 cheat_option->num = num; in create_variables_from_cheats()
559 cheat_option->values.reserve(count); in create_variables_from_cheats()
560 cheat_option->values.assign(count, cheat_core_option_value()); in create_variables_from_cheats()
562 cheat_core_option_value *cheat_value = &cheat_option->values[i]; in create_variables_from_cheats()
588 cheat_core_option *cheat_option = &cheat_core_options[cheat_idx]; in apply_cheats_from_variables() local
590 var.key = cheat_option->option_name.c_str(); in apply_cheats_from_variables()
596 cheat_core_option_value *cheat_value = &(cheat_option->values[cheat_value_idx]); in apply_cheats_from_variables()
[all …]