mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 13:50:09 +02:00
misc: clean vsync toggle log
This commit is contained in:
committed by
KeatonTheBot
parent
160f7db9fb
commit
6e3ee8fc1e
@@ -34,7 +34,7 @@ namespace Ryujinx.Ava.UI.Views.Main
|
||||
private void VSyncMode_PointerReleased(object sender, PointerReleasedEventArgs e)
|
||||
{
|
||||
Window.ViewModel.ToggleVSyncMode();
|
||||
Logger.Info?.Print(LogClass.Application, $"VSync Mode toggled to: {Window.ViewModel.AppHost.Device.VSyncMode}");
|
||||
Logger.Info?.PrintMsg(LogClass.Application, $"VSync Mode toggled to: {Window.ViewModel.AppHost.Device.VSyncMode}");
|
||||
}
|
||||
|
||||
private void DockedStatus_PointerReleased(object sender, PointerReleasedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user