Added openMSX invocation counter.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 17s

This commit is contained in:
Willem Cazander 2024-07-15 00:31:46 +02:00
parent be64071e88
commit da0f1c4614
7 changed files with 16 additions and 4 deletions

View file

@ -65,6 +65,9 @@ $(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_DIR_DELETE,"Message for de
MB_I18N_PROJ_ASSERT_COUNT ?= Total assertions done
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_ASSERT_COUNT,"Message for reporting the assertion count of a phase.")
MB_I18N_PROJ_OPENMSX_COUNT ?= Total openMSX invokes
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_OPENMSX_COUNT,"Message for reporting the openMSX invoke count of a session.")
MB_I18N_FLOW_CLONE_REPORT ?= Clone troopers
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_FLOW_CLONE_REPORT,"Message for total amount of cloned files.")