mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-16 04:37:02 +00:00
infra: Rename (some) remaining Kenji-NX references back to Ryujinx
This commit is contained in:
parent
7f89429b9f
commit
307d048d25
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ namespace LibKenjinx
|
|||
|
||||
Logger.AddTarget(
|
||||
new AsyncLogTargetWrapper(
|
||||
new AndroidLogTarget("KenjinxLog"),
|
||||
new AndroidLogTarget("RyujinxLog"),
|
||||
1000,
|
||||
AsyncLogTargetOverflowAction.Block
|
||||
));
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ namespace Ryujinx.Modules
|
|||
|
||||
foreach (var asset in fetched.Assets)
|
||||
{
|
||||
if (asset.Name.StartsWith("kenjinx") && asset.Name.EndsWith(_platformExt))
|
||||
if (asset.Name.StartsWith("ryujinx") && asset.Name.EndsWith(_platformExt))
|
||||
{
|
||||
_buildUrl = asset.BrowserDownloadUrl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue