Завершить разделение SDK и внешних проектов

This commit is contained in:
Александр Петров
2026-09-16 10:01:43 +03:00
parent 0e74aaa7ee
commit 2e7ffd64a4
1965 changed files with 373 additions and 201393 deletions
-2
View File
@@ -221,8 +221,6 @@ def main():
ap.add_argument("--snapshot-dir", help="каталог кадров, по умолчанию build/mame-autotest")
args = ap.parse_args()
profile = from_arguments(args)
if profile.binary is None and (Path(PROJECT_ROOT)/"mame/v306/mame.arm").is_file():
profile = MameProfile.resolve({"MAME_HOME":str(Path(PROJECT_ROOT)/"mame/v306")})
try:
profile.validate(dss=True)
except ValueError as error: