Added description in another file

This commit is contained in:
Vova 2025-01-11 22:37:33 +10:00
parent f75efbea54
commit 2ec032c48b

View File

@ -367,7 +367,8 @@ namespace Ryujinx.Ava.Utilities.Configuration
public bool EnableMouse { get; set; }
/// <summary>
/// Allows you to choose from three options: do nothing, exit the application, exit the emulator
/// Allows you to choose one of several behaviors when pressing hotkeys:
/// 0 - Do nothing, 1 - Close the emulator application, 2 - Exit the game.
/// </summary>
public int SpecialExitEmulator { get; set; }