Skip to content

Commit

Permalink
GUI-WX: Add Blit description in WX gamefix panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Jun 16, 2022
1 parent d622fab commit 44d95ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pcsx2/gui/Panels/GameFixesPanel.cpp
Expand Up @@ -104,6 +104,11 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
_("VU XGkick Sync - Use accurate timing for VU XGKicks (Slower)"),
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."
)
}
};

Expand Down

0 comments on commit 44d95ba

Please sign in to comment.