Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling HTTPS through the config file #17972

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Aug 24, 2023

Simply set:

[General]
DisableHTTPS = True

in PSP/SYSTEM/ppsspp.ini in the memstick folder. Make the change when PPSSPP is not running.

Added to help debug issue #17969 . Although I really have no idea how this could affect it, so it's a bit of a shot in the dark.

You can only set this option by editing the INI for now, not much reason to expose it.

Simply set:

```ini
[General]
DisableHTTPS = True
```

Added to help debug issue #17969
@hrydgard hrydgard added this to the v1.16.0 milestone Aug 24, 2023
@hrydgard hrydgard merged commit 24ec26d into master Aug 24, 2023
@hrydgard hrydgard deleted the add-flag-disable-https branch August 24, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant