mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +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;
|
||||
|
||||
// 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();
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user