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

UI: Install textures as a zip if supported #16314

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

unknownbrackets
Copy link
Collaborator

This makes the zip installer copy a textures.zip file into place without extracting it.

To use:

  • Make sure the textures.zip file contains the textures.ini file on the root (not inside a folder.)
  • Make sure all the PNG or ZIM files are also inside the zip. It should contain the entire texture pack.
  • Make sure the textures.ini contains [games] and has an entry such as ULUS12345 = textures.ini for your game (you can also use region-specific ini files if you wish, but using = textures.ini makes them all use the same ini.)
  • Simply browse to the zip file within PPSSPP, and try to open it as a game.
  • Note: if your texture pack supports multiple games, it will install for whatever game is in the recently played history or else the first game listed.

Also fixes #16313.

-[Unknown]

@unknownbrackets unknownbrackets added this to the v1.14.0 milestone Nov 1, 2022
@hrydgard
Copy link
Owner

hrydgard commented Nov 1, 2022

Nice and straightforward!

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label Nov 1, 2022
@hrydgard hrydgard merged commit b42f6d7 into hrydgard:master Nov 1, 2022
@unknownbrackets unknownbrackets deleted the replacement-ui branch November 1, 2022 18:28
@hrydgard
Copy link
Owner

hrydgard commented Nov 1, 2022

According to #16319 (comment) , this broke some of the separate libretro builds, see link. Struggling to see why though.

@unknownbrackets
Copy link
Collaborator Author

I don't think it can be this one, it would have to be #16304. Might be libretro wasn't linking libzip previously.

-[Unknown]

@hrydgard
Copy link
Owner

hrydgard commented Nov 2, 2022

Yeah, seems like it, I don't see the motivation for that check...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libretro jni builid failed
2 participants