fix about dialog

This commit is contained in:
izzy2lost
2025-09-12 10:03:28 -04:00
parent e560aa0d6b
commit 5fca891696
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -19,4 +19,3 @@ build/
.idea/
*.iml
*.exe
AetherSX2-main/
@@ -2085,7 +2085,7 @@ public class MainActivity extends AppCompatActivity implements GamesCoverDialogF
updatePausePlayButton();
}
private void showAboutDialog() {
public void showAboutDialog() {
String aboutMessage = "PSX2 - PlayStation 2 Emulator for Android\n\n" +
"This is an Android port of PCSX2, the renowned PlayStation 2 emulator.\n\n" +
"Based on:\n" +
@@ -2118,4 +2118,4 @@ public class MainActivity extends AppCompatActivity implements GamesCoverDialogF
.show();
}
}
}