mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Adding term for genesis and megadrive core
This commit is contained in:
committed by
GitHub
parent
05c3604d34
commit
c253eacd2e
6
.github/db_operator.py
vendored
6
.github/db_operator.py
vendored
@@ -446,6 +446,12 @@ class Tags:
|
||||
self._append(result, self._use_term('downloaderlatest'))
|
||||
self._append(result, self._use_term('downloader'))
|
||||
|
||||
if stem == 'genesis':
|
||||
self._append(result, self._use_term('genesiscore'))
|
||||
|
||||
if stem == 'megadrive':
|
||||
self._append(result, self._use_term('megadrivecore'))
|
||||
|
||||
if stem == 'yc' and suffix == '.txt':
|
||||
self._append(result, self._use_term('yctxt'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user