feat: set Lumina LoadMultithreaded

This commit is contained in:
goaaats 2022-06-24 14:16:35 +02:00
parent 7f5507dae9
commit fba8c7163c
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -303,6 +303,7 @@ namespace Dalamud.Data
{ {
var luminaOptions = new LuminaOptions var luminaOptions = new LuminaOptions
{ {
LoadMultithreaded = true,
CacheFileResources = true, CacheFileResources = true,
#if DEBUG #if DEBUG
PanicOnSheetChecksumMismatch = true, PanicOnSheetChecksumMismatch = true,