More fixes...
This commit is contained in:
parent
83760dda07
commit
08443cb211
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ export default {
|
|||
for (var i = 0; i < json.assets.length; i++) {
|
||||
var asset = json.assets[i];
|
||||
|
||||
// Ignore SDL2 headless for now (TODO: integrate that someday)
|
||||
if (asset.name.startsWith("sdl2-") || asset.name.startsWith("ava-"))
|
||||
// Ignore non standard version (TODO: Integrate that someday)
|
||||
if (!asset.name.startsWith("ryujinx-"))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue