mirror of https://github.com/PCSX2/pcsx2.git
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:
commit
a5ac81b593
|
@ -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"
|
"It's possible to exclude CRC hacks also via the gsdx.ini. E.g.:\n"
|
||||||
"CrcHacksExclusions=all\n"
|
"CrcHacksExclusions=all\n"
|
||||||
"CrcHacksExclusions=0x0F0C4A9C, 0x0EE5646B, 0x7ACF7E03";
|
"CrcHacksExclusions=0x0F0C4A9C, 0x0EE5646B, 0x7ACF7E03";
|
||||||
|
break;
|
||||||
case IDC_ALIGN_SPRITE:
|
case IDC_ALIGN_SPRITE:
|
||||||
helpstr = "Sprite Alignment Hack\n\n"
|
helpstr = "Sprite Alignment Hack\n\n"
|
||||||
"Fixes issues with upscaling(vertical lines) in Namco games like Ace Combat, Tekken, Soul Calibur, etc.";
|
"Fixes issues with upscaling(vertical lines) in Namco games like Ace Combat, Tekken, Soul Calibur, etc.";
|
||||||
|
|
Loading…
Reference in New Issue