mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-09-13 07:02:18 -06:00
Merge branch ryujinx:master into Spanish-Translation-capitalization
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
function pub {
|
||||
dotnet publish -c release
|
||||
}
|
||||
|
||||
function package {
|
||||
cd src/$1
|
||||
pub
|
||||
mv bin/Release/$1.1.0.0.nupkg ../../pkgs/$1.1.0.0.nupkg
|
||||
cd ../../
|
||||
}
|
||||
|
||||
rm -rf pkgs
|
||||
mkdir pkgs
|
||||
|
||||
package ARMeilleure
|
||||
package Ryujinx.Memory
|
||||
|
||||
dotnet nuget push pkgs/*.nupkg --source RyubingPkgs
|
40
CHANGELOG.md
40
CHANGELOG.md
@ -21,8 +21,8 @@ Additionally, 1.2.74 & 75 were fixes for uploading Windows build artifacts.
|
||||
|
||||
1.2.76 fixes a rare crash on startup.
|
||||
|
||||
## [1.2.72](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.72>) - 2024-11-03
|
||||
PRs [#163](<https://github.com/GreemDev/Ryujinx/pull/163>), [#164](<https://github.com/GreemDev/Ryujinx/pull/164>), [#139](<https://github.com/GreemDev/Ryujinx/pull/139>)
|
||||
## [1.2.72](<https://git.ryujinx.app/ryubing/ryujinx/-/tags/1.2.72>) - 2024-11-03
|
||||
PRs [#163](<https://web.archive.org/web/20241123015123/https://github.com/GreemDev/Ryujinx/pull/163>), [#164](<https://web.archive.org/web/20250307192526/https://github.com/Ryubing/Ryujinx/pull/164>), [#139](<https://web.archive.org/web/20250306123457/https://github.com/Ryubing/Ryujinx/pull/139>)
|
||||
### HLE:
|
||||
- Add DebugMouse HID device.
|
||||
- Fixes "Clock Tower Rewind" crashing while loading.
|
||||
@ -32,7 +32,7 @@ PRs [#163](<https://github.com/GreemDev/Ryujinx/pull/163>), [#164](<https://gith
|
||||
### misc:
|
||||
- Update macOS distribution .icns.
|
||||
|
||||
## [1.2.69](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.69>) - 2024-11-01
|
||||
## [1.2.69](<https://git.ryujinx.app/ryubing/ryujinx/-/tags/1.2.69>) - 2024-11-01
|
||||
### Infra:
|
||||
- Compile the native libraries into the Ryujinx executable.
|
||||
- Remove `libarmeilleure-jitsupport.dylib` from Windows & Linux releases (dylibs are macOS-only)
|
||||
@ -42,8 +42,8 @@ PRs [#163](<https://github.com/GreemDev/Ryujinx/pull/163>), [#164](<https://gith
|
||||
- Replace "" with `string.Empty`.
|
||||
- Code cleanups & simplifications.
|
||||
|
||||
## [1.2.67](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.67>) - 2024-11-01
|
||||
PRs [#36](<https://github.com/GreemDev/Ryujinx/pull/36>), [#135](<https://github.com/GreemDev/Ryujinx/pull/135>)
|
||||
## [1.2.67](<https://git.ryujinx.app/ryubing/ryujinx/-/tags/1.2.67>) - 2024-11-01
|
||||
PRs [#36](<https://web.archive.org/web/20250306215917/https://github.com/Ryubing/Ryujinx/pull/36>), [#135](<https://web.archive.org/web/20241122135125/https://github.com/GreemDev/Ryujinx/pull/135>)
|
||||
|
||||
### GUI:
|
||||
- Set UseFloatingWatermark to false when watermark is empty
|
||||
@ -54,8 +54,8 @@ PRs [#36](<https://github.com/GreemDev/Ryujinx/pull/36>), [#135](<https://github
|
||||
- Fix homebrew loading.
|
||||
|
||||
|
||||
## [1.2.64](https://github.com/GreemDev/Ryujinx/releases/tag/1.2.64) - 2024-10-30
|
||||
PRs [#92](https://github.com/GreemDev/Ryujinx/pull/92), [#96](https://github.com/GreemDev/Ryujinx/pull/96), [#97](https://github.com/GreemDev/Ryujinx/pull/97), [#101](https://github.com/GreemDev/Ryujinx/pull/101), [#103](https://github.com/GreemDev/Ryujinx/pull/103)
|
||||
## [1.2.64](https://git.ryujinx.app/ryubing/ryujinx/-/tags/1.2.64) - 2024-10-30
|
||||
PRs [#92](https://web.archive.org/web/20241118052724/https://github.com/GreemDev/Ryujinx/pull/92), ~~[#96](https://github.com/GreemDev/Ryujinx/pull/96)~~, ~~[#97](https://github.com/GreemDev/Ryujinx/pull/97)~~, [#101](https://web.archive.org/web/20250306223605/https://github.com/Ryubing/Ryujinx/pull/101), ~~[#103](https://github.com/GreemDev/Ryujinx/pull/103)~~
|
||||
### GUI:
|
||||
- Option to show classic-style title bar. Requires restart of emulator to take effect.
|
||||
- This is only relevant on Windows. Other Operating Systems default to this being on and not being changeable, because the custom (current) title bar only works on Windows in the first place.
|
||||
@ -71,14 +71,14 @@ PRs [#92](https://github.com/GreemDev/Ryujinx/pull/92), [#96](https://github.com
|
||||
|
||||
## 1.2.59 - 2024-10-27
|
||||
|
||||
PRs [#88](https://github.com/GreemDev/Ryujinx/pull/88), [#87](https://github.com/GreemDev/Ryujinx/pull/87)
|
||||
PRs ~~[#88](https://github.com/GreemDev/Ryujinx/pull/88), [#87](https://github.com/GreemDev/Ryujinx/pull/87)~~
|
||||
### i18n:
|
||||
- fr_FR:
|
||||
- Add missing translations for new features & fix a couple wrong ones.
|
||||
- Fix Ignore Missing Services / Ignore Applet tooltip.
|
||||
|
||||
## 1.2.57 - 2024-10-27
|
||||
PRs [#60](https://github.com/GreemDev/Ryujinx/pull/60), [#42](https://github.com/GreemDev/Ryujinx/pull/42)
|
||||
PRs ~~[#60](https://github.com/GreemDev/Ryujinx/pull/60)~~, [#42](https://web.archive.org/web/20241126203614/https://github.com/GreemDev/Ryujinx/pull/42)
|
||||
### GUI:
|
||||
- Automatically remove invalid DLC & updates as part of autoload.
|
||||
- Added Thai translation for Ignore Applet hover tooltip.
|
||||
@ -104,7 +104,7 @@ PRs [#60](https://github.com/GreemDev/Ryujinx/pull/60), [#42](https://github.com
|
||||
- Code cleanup.
|
||||
|
||||
## 1.2.44 - 2024-10-25
|
||||
PR [#59](https://github.com/GreemDev/Ryujinx/pull/59)
|
||||
PR [#59](https://web.archive.org/web/20241125060420/https://github.com/GreemDev/Ryujinx/pull/59)
|
||||
### GUI:
|
||||
- Add descriptions for "ignoring applet" translated into other languages.
|
||||
|
||||
@ -117,9 +117,9 @@ NOTE: The translation isn't referenced in the code yet, it will be in the next u
|
||||
## 1.2.42 - 2024-10-24
|
||||
Sources:
|
||||
|
||||
Init function: https://github.com/MutantAura/Ryujinx/commit/9cef4ceba40d66492ff775af793ff70e6e7551a9
|
||||
Init function: [archive of github.com/MutantAura/Ryujinx/commit/9cef4ceba40d66492ff775af793ff70e6e7551a9](https://web.archive.org/web/20241122193401/https://github.com/MutantAura/Ryujinx/commit/9cef4ceba40d66492ff775af793ff70e6e7551a9)
|
||||
|
||||
Shader counter: https://github.com/MutantAura/Ryujinx/commit/67b873645fd593e83d042a77bf7ab12e5ec97357
|
||||
Shader counter: ~~https://github.com/MutantAura/Ryujinx/commit/67b873645fd593e83d042a77bf7ab12e5ec97357~~ Original commit has been lost
|
||||
|
||||
Thanks MutantAura :D
|
||||
### GUI:
|
||||
@ -127,14 +127,14 @@ Thanks MutantAura :D
|
||||
- Remove graphics backend / GPU name event logic in favor of a single init function.
|
||||
|
||||
## 1.2.41 - 2024-10-24
|
||||
PR [#54](https://github.com/GreemDev/Ryujinx/pull/54)
|
||||
PR ~~[#54](https://github.com/GreemDev/Ryujinx/pull/54)~~
|
||||
|
||||
Thanks Whitescatz!
|
||||
### i18n:
|
||||
- th_TH (Thai): Added missing translations, reduce transliterated words, fix grammar.
|
||||
|
||||
## 1.2.40 - 2024-10-23
|
||||
PR [#40](https://github.com/GreemDev/Ryujinx/pull/40)
|
||||
PR ~~[#40](https://github.com/GreemDev/Ryujinx/pull/40)~~
|
||||
|
||||
Thanks Вова С!
|
||||
### GUI:
|
||||
@ -148,30 +148,30 @@ Thanks Вова С!
|
||||
- Should prevent crashing on config loads in some circumstances.
|
||||
|
||||
## 1.2.38 - 2024-10-23
|
||||
PR [#51](https://github.com/GreemDev/Ryujinx/pull/51)
|
||||
PR [#51](https://web.archive.org/web/20241127022413/https://github.com/GreemDev/Ryujinx/pull/51)
|
||||
### i18n:
|
||||
- zh_CH (Simplified Chinese): Add some missing translations.
|
||||
|
||||
## 1.2.37 - 2024-10-23
|
||||
PR [#37](https://github.com/GreemDev/Ryujinx/pull/37)
|
||||
PR [#37](https://web.archive.org/web/20241123010103/https://github.com/GreemDev/Ryujinx/pull/37)
|
||||
|
||||
Thanks Last Breath!
|
||||
### GUI:
|
||||
- Set the default controller to the Pro Controller.
|
||||
|
||||
## 1.2.36 - 2024-10-21
|
||||
PR [#30](https://github.com/GreemDev/Ryujinx/pull/30)
|
||||
PR ~~[#30](https://github.com/GreemDev/Ryujinx/pull/30)~~
|
||||
### GUI:
|
||||
- Fix repeated dialog popup notifying you of new updates when there aren't any, while having a bundled update inside an XCI and an external update file.
|
||||
|
||||
## 1.2.35 - 2024-10-21
|
||||
PR [#32](https://github.com/GreemDev/Ryujinx/pull/32)
|
||||
PR [#32](https://web.archive.org/web/20241127010942/https://github.com/GreemDev/Ryujinx/pull/32)
|
||||
### GUI:
|
||||
- Replace "expand DRAM" option with a DRAM size dropdown.
|
||||
- Allows for using mods which require a ridiculous amount of memory to allocate from.
|
||||
|
||||
## 1.2.34 - 2024-10-21
|
||||
PR [#29](https://github.com/GreemDev/Ryujinx/pull/29)
|
||||
PR [#29](https://web.archive.org/web/20241125093029/https://github.com/GreemDev/Ryujinx/pull/29)
|
||||
### GUI:
|
||||
- Fix duplicate controller names when 2 controllers of the same type are connected.
|
||||
### INPUT:
|
||||
@ -248,7 +248,7 @@ Added Low-power PPTC mode strings to the translation files.
|
||||
## 1.2.1-1.2.19 - 2024-10-08 - 2024-10-11
|
||||
### GUI/INFRA/MISC:
|
||||
- Remove GTK UI.
|
||||
- Autoload DLC/Updates from dir ([#12](https://github.com/GreemDev/Ryujinx/pull/12)).
|
||||
- Autoload DLC/Updates from dir ([#12](https://web.archive.org/web/20241127004005/https://github.com/GreemDev/Ryujinx/pull/12)).
|
||||
- Changed executable icon to rainbow logo.
|
||||
- Extract Data > Logo now also extracts the square thumbnail you see for the game in the UI.
|
||||
- The "use random UUID hack" checkbox in the Amiibo screen now remembers its last state when you reopen the window in a given session.
|
||||
|
@ -79,7 +79,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "Editor di Mii",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "Mii 편집기",
|
||||
"no_NO": "Mii-redigerer",
|
||||
"pl_PL": "Edytor Mii",
|
||||
"pt_BR": "Editor de Mii",
|
||||
@ -1054,7 +1054,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "도구",
|
||||
"no_NO": "",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "",
|
||||
@ -1304,7 +1304,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "FAQ & Risoluzione dei problemi",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "자주 묻는 질문 및 문제 해결",
|
||||
"no_NO": "FAQ & Feilsøkinge",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "FAQ & Solução de Problemas",
|
||||
@ -2554,7 +2554,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": null,
|
||||
"no_NO": "",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "",
|
||||
@ -15564,7 +15564,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "显示与此游戏不兼容的 Amiibo",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "顯示與此遊戲不相容的 Amiibo"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -19254,7 +19254,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "Scegli un FILE compatibile con Switch da caricare",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "불러올 Switch 호환 파일을 선택",
|
||||
"no_NO": "",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "Escolha um ARQUIVO compatível com Switch para carregar",
|
||||
@ -19279,7 +19279,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "Scegli un’applicazione DECOMPRESSA compatibile con Switch da caricare",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "불러올 언팩된 Switch 호환 앱을 선택",
|
||||
"no_NO": "",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "Escolha um aplicativo DESCOMPACTADO compatível com Switch para carregar",
|
||||
@ -19304,7 +19304,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "Scegli una o più CARTELLE da cui caricare in blocco gli aggiornamenti del titolo",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "타이틀 업데이트를 대량으로 불러올 폴더를 하나 이상 선택",
|
||||
"no_NO": "",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "Escolha uma ou mais PASTAS para carregar atualizações de título em massa",
|
||||
@ -19329,7 +19329,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "Scegli una o più CARTELLE da cui caricare DLC in blocco",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "DLC를 대량으로 불러올 폴더를 하나 이상 선택",
|
||||
"no_NO": "",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "Escolha uma ou mais PASTAS para carregar DLC em massa",
|
||||
@ -23779,7 +23779,7 @@
|
||||
"he_IL": "",
|
||||
"it_IT": "",
|
||||
"ja_JP": "",
|
||||
"ko_KR": "",
|
||||
"ko_KR": "상태",
|
||||
"no_NO": "",
|
||||
"pl_PL": "",
|
||||
"pt_BR": "",
|
||||
@ -23789,7 +23789,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "状态",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "統計"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24214,7 +24214,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "调试",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "除錯"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24239,7 +24239,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "调试",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "除錯"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24264,7 +24264,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "警告: 仅限开发者使用,会降低性能",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "警告:僅供開發者使用,會降低效能"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24289,7 +24289,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "开启 GDB Stub",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "啟用 GDB Stub"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24314,7 +24314,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "启用 GDB stub 使得可以调试正在运行的应用程序。仅限开发用途!",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "啟用 GDB stub 可利用 gdb 除錯正在執行的應用程式。僅供開發使用!"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24339,7 +24339,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "GDB Stub 端口:",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "GDB Stub 通訊埠:"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24364,7 +24364,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "启动时暂停应用程序",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "執行時暫停應用程式"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24389,7 +24389,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "在执行首条指令前挂起应用程序,这样就可以从最早的点开始调试。",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "在執行首項指令前暫停應用程式,以便從最早的點開始除錯。"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24414,7 +24414,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "打开 LDN 游戏列表",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "開啟 LDN 遊戲瀏覽器"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24439,7 +24439,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "LDN 游戏浏览器 - {0} 个游戏",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "LDN 遊戲瀏覽器 - {0} 個遊戲"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24464,7 +24464,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "搜索到 {0} 个 LDN 游戏...",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "搜尋 {0} 個 LDN 遊戲"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24489,7 +24489,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "什么是 LDN",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "LDN 是甚麼? (只有英文)"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24514,7 +24514,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "在 {0} 时从服务器刷新可用游戏",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "從 {0} 伺服器重新整理有效的遊戲"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24539,7 +24539,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "玩家计数 - 关闭",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "玩家數量 - 停用"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24564,7 +24564,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "玩家计数 - 递增",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "玩家數量 - 遞增"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24589,7 +24589,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "玩家计数 - 递减",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "玩家數量 - 遞減"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24614,7 +24614,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "筛选",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "篩選"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24639,7 +24639,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "仅显示公开游戏",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "只列出公開遊戲"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24664,7 +24664,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "仅显示可加入的游戏",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "只列出可加入遊戲"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24689,7 +24689,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "主服务器代理",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "主代理伺服器"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24714,7 +24714,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": null,
|
||||
"zh_TW": ""
|
||||
"zh_TW": "對等網路 (P2P)"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24739,7 +24739,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "通过 RyuLDN 服务器进行连接 (较慢)。",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "透過 RyuLDN 伺服器連線 (較慢)。"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24764,7 +24764,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "通过 UPnP 进行点对点连接 (较快)。",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "透過 UPnP 和對等網路 (P2P) 連線 (較快)。"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24789,7 +24789,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "已创建: {0} ",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "建立於:{0}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24814,7 +24814,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "玩家 ({0} 之 {1}):",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "玩家數量 ({1} 之 {0}):"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24839,7 +24839,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "可加入",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "可加入"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24864,7 +24864,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "如果游戏是公开的或您知道口令则它是可加入的。",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "如果遊戲是公開,或是你已知的網路密碼片語 (passphrase),則為可加入。"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24889,7 +24889,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "不可加入",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "不可加入"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24914,7 +24914,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "游戏当前正在进行中。",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "遊戲已在進行中。"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24939,7 +24939,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "公开",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "公開"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24964,7 +24964,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "任何人都可以加入此游戏。",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "任何人都可加入此遊戲。"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24989,7 +24989,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "私密",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "私人"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -25014,7 +25014,7 @@
|
||||
"tr_TR": "",
|
||||
"uk_UA": "",
|
||||
"zh_CN": "如果您在设置中有某些 LDN 口令则可加入此游戏。",
|
||||
"zh_TW": ""
|
||||
"zh_TW": "你只能加入與 LDN 網路密碼片語 (passphrase) 設定相同的遊戲。"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -20,6 +20,18 @@ namespace Ryujinx.HLE
|
||||
{
|
||||
public class Switch : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// Currently running emulated Switch, if there is one.
|
||||
/// <para>
|
||||
/// Proper usage of this property null checks it before use, unless the caller is certain that the emulation is running.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// In case the emulation is running, there might be a way to directly pass the <see cref="Switch" /> instance, which is preferred.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// The instance is set to <c>this</c> on any <see cref="Switch" /> instantiation, and set to <c>null</c> on any <see cref="Switch" /> disposal.
|
||||
/// </para>
|
||||
/// </summary>
|
||||
public static Switch Shared { get; private set; }
|
||||
|
||||
public HleConfiguration Configuration { get; }
|
||||
|
Reference in New Issue
Block a user