mirror of
https://github.com/4sval/FModel.git
synced 2026-08-04 17:57:47 -05:00
What Remains of Edith Finch support, PUBG Mobile dynamic decryption, Detex crash fix, Oodle crash fix
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Some checks failed
FModel QA Builder / build (push) Has been cancelled
This commit is contained in:
parent
b2708293f6
commit
56369c3cb7
|
|
@ -1 +1 @@
|
|||
Subproject commit f831d347a2609ba80124a3b86065622a0a1eb072
|
||||
Subproject commit a098f0b6f87372e95d42701216159961eb691948
|
||||
|
|
@ -22,6 +22,7 @@ using FModel.Views.Resources.Controls;
|
|||
using MessageBox = AdonisUI.Controls.MessageBox;
|
||||
using MessageBoxButton = AdonisUI.Controls.MessageBoxButton;
|
||||
using MessageBoxImage = AdonisUI.Controls.MessageBoxImage;
|
||||
using System.Runtime.Intrinsics.X86;
|
||||
|
||||
namespace FModel.ViewModels;
|
||||
|
||||
|
|
@ -292,6 +293,9 @@ public class ApplicationViewModel : ViewModel
|
|||
|
||||
public static async Task InitOodle()
|
||||
{
|
||||
if (!Avx2.IsSupported)
|
||||
return;
|
||||
|
||||
var oodlePath = Path.Combine(UserSettings.Default.OutputDirectory, ".data", OodleHelper.OODLE_NAME_OLD);
|
||||
if (!File.Exists(oodlePath))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user