Move sqlite batteries to osu.Desktop

Fixes e_sqlite.dll not being copied to output on Windows
This commit is contained in:
smoogipoo
2017-11-21 15:33:05 +09:00
parent 538acadd23
commit a66edea6dc
4 changed files with 5 additions and 7 deletions

View File

@ -29,12 +29,6 @@ namespace osu.Game.Database
private static readonly Lazy<OsuDbLoggerFactory> logger = new Lazy<OsuDbLoggerFactory>(() => new OsuDbLoggerFactory());
static OsuDbContext()
{
// required to initialise native SQLite libraries on some platforms.
SQLitePCL.Batteries_V2.Init();
}
/// <summary>
/// Create a new in-memory OsuDbContext instance.
/// </summary>