mirror of https://github.com/PCSX2/pcsx2.git
update the description text
This commit is contained in:
parent
1d4dff9e42
commit
6f515b220e
|
@ -92,7 +92,7 @@ const char* dialog_message(int ID, bool* updateText) {
|
|||
case IDC_ROUND_SPRITE:
|
||||
return "Corrects the sampling of 2D sprite textures when upscaling.\n\n"
|
||||
"Fixes lines in sprites of games like Ar tonelico when upscaling.\n\n"
|
||||
"Carries a total of three states: Unchecked (off), Shaded (on for all sprites) and Checked (on for flat sprites)";
|
||||
"Windows: Carries a total of three states: Unchecked (off), Checked (on for all sprites) and Shaded (on for flat sprites)";
|
||||
case IDC_TCOFFSETX:
|
||||
case IDC_TCOFFSETX2:
|
||||
case IDC_STATIC_TCOFFSETX:
|
||||
|
|
Loading…
Reference in New Issue