1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 16:00:46 +08:00

Add comment about the android ruleset situation.

This commit is contained in:
miterosan
2019-07-03 10:54:10 +02:00
Unverified
parent ab244d1b7f
commit 43d7f66c5b
+2
View File
@@ -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