mirror of
https://github.com/4sval/FModel.git
synced 2026-09-18 22:44:26 -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:
Submodule CUE4Parse updated: f831d347a2...a098f0b6f8
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user