mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reporting: Fix typo.
This commit is contained in:
parent
4cbfb4aa98
commit
cb0838f86f
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ void ReportScreen::UpdateOverallDescription() {
|
|||
switch (overall_) {
|
||||
case ReportingOverallScore::PERFECT: desc = rp->T("Perfect Description", "Flawless emulation for the entire game - great!"); break;
|
||||
case ReportingOverallScore::PLAYABLE: desc = rp->T("Plays Description", "Fully playable but might be with glitches"); break;
|
||||
case ReportingOverallScore::INGAME: desc = rp->T("In-game Description", "Gets into gameplay, but too buggy too complete"); break;
|
||||
case ReportingOverallScore::INGAME: desc = rp->T("In-game Description", "Gets into gameplay, but too buggy to complete"); break;
|
||||
case ReportingOverallScore::MENU: desc = rp->T("Menu/Intro Description", "Can't get into the game itself"); break;
|
||||
case ReportingOverallScore::NONE: desc = rp->T("Nothing Description", "Completely broken"); c = 0xFF0000FF; break;
|
||||
default: desc = rp->T("Unselected Overall Description", "How well does this game emulate?"); break;
|
||||
|
|
Loading…
Add table
Reference in a new issue