mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 16:03:14 +08:00
Add comment about the android ruleset situation.
This commit is contained in:
parent
ab244d1b7f
commit
43d7f66c5b
@ -22,6 +22,8 @@ namespace osu.Game.Rulesets
|
|||||||
{
|
{
|
||||||
AppDomain.CurrentDomain.AssemblyResolve += currentDomain_AssemblyResolve;
|
AppDomain.CurrentDomain.AssemblyResolve += currentDomain_AssemblyResolve;
|
||||||
|
|
||||||
|
// On android in release configuration the assemblies are loaded from the apk directly into memory.
|
||||||
|
// In this case there is no way to access the ruleset assemblies from the filesystem.
|
||||||
addLoadedRulesets();
|
addLoadedRulesets();
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user