Merge pull request #495 from Sarania/GSdx-new-hacks-tickbox-FIX-ERROR

GSdx: Hacks UI: Add missing BREAK that I left out
This commit is contained in:
avih 2015-04-06 22:44:41 +03:00
commit a5ac81b593
1 changed files with 1 additions and 0 deletions

View File

@ -693,6 +693,7 @@ bool GSHacksDlg::OnMessage(UINT message, WPARAM wParam, LPARAM lParam)
"It's possible to exclude CRC hacks also via the gsdx.ini. E.g.:\n"
"CrcHacksExclusions=all\n"
"CrcHacksExclusions=0x0F0C4A9C, 0x0EE5646B, 0x7ACF7E03";
break;
case IDC_ALIGN_SPRITE:
helpstr = "Sprite Alignment Hack\n\n"
"Fixes issues with upscaling(vertical lines) in Namco games like Ace Combat, Tekken, Soul Calibur, etc.";