We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One of my first contributions to RA was the code that converts from 'special' characters to the underscore (_) per No-Intro filename standards.
_
It came up in Discord #programming that cores don't necessarily have this kind of protection against cross-platform filename issues.
#programming
If it seems appropriate, I would be glad to contribute that code as a function in file_path (https://github.com/libretro/libretro-common/blob/master/include/file/file_path.h) to make it one step easier for cores to standardize on this method of sanitizing paths and filenames if they choose.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One of my first contributions to RA was the code that converts from 'special' characters to the underscore (
_
) per No-Intro filename standards.It came up in Discord
#programming
that cores don't necessarily have this kind of protection against cross-platform filename issues.If it seems appropriate, I would be glad to contribute that code as a function in file_path (https://github.com/libretro/libretro-common/blob/master/include/file/file_path.h) to make it one step easier for cores to standardize on this method of sanitizing paths and filenames if they choose.
The text was updated successfully, but these errors were encountered: