Skip to content

Commit 3c656ac

Browse files
Improve comments.
1 parent bb44cb9 commit 3c656ac

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

resources/main.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,6 +2000,14 @@ def _command_context_view_DAT(machine_name, SL_name, SL_ROM, location):
20002000
else: Command_str = 'Not found'
20012001
else:
20022002
Command_str = 'Not configured'
2003+
2004+
# >> Check Fanart and Manual. Load hashed databases.
2005+
# NOTE A ROM loading factory need to be coded to deal with the different ROM
2006+
# locations to avoid duplicate code. Have a look at ACTION_VIEW_MACHINE_DATA
2007+
# in function _command_context_view()
2008+
# Fanart_str =
2009+
# Manual_str =
2010+
20032011
elif view_type == VIEW_SL_ROM:
20042012
History_idx_dic = fs_load_JSON_file_dic(PATHS.HISTORY_IDX_PATH.getPath())
20052013
if History_idx_dic:
@@ -2012,6 +2020,10 @@ def _command_context_view_DAT(machine_name, SL_name, SL_ROM, location):
20122020
else:
20132021
History_str = 'Not configured'
20142022

2023+
# >> Check Fanart and Manual.
2024+
# Fanart_str =
2025+
# Manual_str =
2026+
20152027
# --- Build menu base on view_type ---
20162028
if view_type == VIEW_MAME_MACHINE:
20172029
d_list = [

0 commit comments

Comments
 (0)