mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
Hide the "Not supported" notice. Minor cleanups
This commit is contained in:
@@ -248,6 +248,10 @@ int PSPNetconfDialog::Update(int animSpeed) {
|
||||
UpdateFade(animSpeed);
|
||||
StartDraw();
|
||||
|
||||
// This disables the notice that we don't support the internet below.
|
||||
// Keeping the code in case we need it for something later.
|
||||
hideNotice = true;
|
||||
|
||||
if (!hideNotice) {
|
||||
auto err = GetI18NCategory(I18NCat::ERRORS);
|
||||
const float WRAP_WIDTH = 254.0f;
|
||||
|
||||
Reference in New Issue
Block a user