Git Product home page Git Product logo

Comments (4)

Gagert avatar Gagert commented on July 18, 2024 1

Well, I sometimes used thumbnail repos, and sometimes not. The thumbnails that I named are the ones with inconsistencies I guess.

This explains a lot. I didn't know that the file systems themselves was guilty for the case sensitivity in RetroArch, thus not an issue with RetroArch itself. I guess that I just need to do a little bit of cleanup manually to keep the names consistent then.

Feel free to close this issue, well at least if there's no simple workaround codewise for RetroArch to make it ignore case sensitivity.

from retroarch.

zoltanvb avatar zoltanvb commented on July 18, 2024

Windows file system is case insensitive (unless configured otherwise), Android would be case sensitive, but the storage often has FAT32 file system which is again case insensitive. On case sensitive file systems, this is normal and expected.

Having said that, this does not help much with the user experience. Are there any specific thumbnails where you encounter such problems? The database naming should be mostly consistent in this respect, thumbnail repos may have some variation, but it will be probably better to fix there.

from retroarch.

zoltanvb avatar zoltanvb commented on July 18, 2024

Unfortunately, there isn't. Making thumbnail finding case insensitive across platforms would result in more complicated loading scenario (repeated each time menu is scrolled), and for thumbnail download it would be even worse.

from retroarch.

Gagert avatar Gagert commented on July 18, 2024

OK, I understand. I'll close this issue then. Thanks for the replies.

from retroarch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.