GUI-WX: Add Blit description in WX gamefix panel.

This commit is contained in:
refractionpcsx2 2022-06-17 00:30:06 +01:00
parent d622faba17
commit 44d95badc4
1 changed files with 5 additions and 0 deletions

View File

@ -104,6 +104,11 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
_("VU XGkick Sync - Use accurate timing for VU XGKicks (Slower)"), _("VU XGkick Sync - Use accurate timing for VU XGKicks (Slower)"),
pxEt(L"Fixes graphical errors on WRC, Erementar Gerad, Tennis Court Smash and others." pxEt(L"Fixes graphical errors on WRC, Erementar Gerad, Tennis Court Smash and others."
) )
},
{
_("Use Blit for internal FPS"),
pxEt(L"Use alternative method to calclate internal FPS to avoid false readings in some games."
)
} }
}; };