skip ROMlib functions
This commit is contained in:
parent
281c9ca36f
commit
e9ccd6913d
1 changed files with 2 additions and 0 deletions
|
|
@ -385,6 +385,8 @@ public
|
|||
@data.each do |item|
|
||||
key, value = first_elem(item)
|
||||
|
||||
next if value["name"] =~ /ROMlib/
|
||||
|
||||
box(value["name"], value["comment"]) unless key == "executor_only"
|
||||
|
||||
case key
|
||||
|
|
|
|||
Loading…
Reference in a new issue