oops, rename to"SpecialExitEmulator"

This commit is contained in:
Vova 2025-01-11 22:27:28 +10:00
parent 11f1922a82
commit f75efbea54

View File

@ -418,7 +418,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
}),
(60, static cff =>
{
cff.specialExitEmulator = 0;
cff.SpecialExitEmulator = 0;
})
);
}