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

ZIP: Browse does not traverse subdirectories #12180

Open
Ghabry opened this issue Mar 21, 2021 · 2 comments
Open

ZIP: Browse does not traverse subdirectories #12180

Ghabry opened this issue Mar 21, 2021 · 2 comments

Comments

@Ghabry
Copy link
Contributor

Ghabry commented Mar 21, 2021

Description

When selecting a ZIP in RetroArch there are two options:

"Load as Content" and "Browse"

In this issue I talk about "Browse"

Actual behavior

About "Browse": This fails to list anything in subdirectories. Actually when there is a subdirectory alphabetically before a file in the root nothing is found at all.


Example for ZIP layouts:

This finds nothing:

nope/
RPG_RT.ldb
vd1/RPG_RT.ldb

This finds RPG_RT.ldb:

RPG_RT.ldb
vd1/RPG_RT.ldb

This finds nothing:

vd1/RPG_RT.ldb

Expected behavior

Allow me to traverse subdirectories or at least list all matching candidates in subfolders!

Version/Commit

Environment information

  • OS: Arch Linux, gcc
@inactive123
Copy link
Contributor

is this a regression since today or has it always been like this?

@Ghabry
Copy link
Contributor Author

Ghabry commented Mar 21, 2021

no idea, can bisect it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants