nvchecker: add dynarmic
This commit is contained in:
parent
7d04e4c7cd
commit
93c9963bf6
1 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
|||
|
||||
# github
|
||||
|
||||
[dynarmic]
|
||||
source = "github"
|
||||
github = "merryhime/dynarmic"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[xbyak]
|
||||
source = "github"
|
||||
github = "herumi/xbyak"
|
||||
|
|
Loading…
Reference in a new issue