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

Selectively replace fopen() with fopen_utf8() #511

Merged
merged 2 commits into from
Apr 20, 2021
Merged

Selectively replace fopen() with fopen_utf8() #511

merged 2 commits into from
Apr 20, 2021

Conversation

negativeExponent
Copy link

This selectively replace fopen calls with fopen_utf8, to handle paths
that uses special characters in Windows.

The replacement covers these:

  • opening of bios file
  • opening, writting and creating memcard2
  • opening and handling of disk images

Related: libretro/libretro-fceumm#448

This selectively replace fopen calls with fopen_utf8, to handle paths
that uses special characters in Windows.

The replacement covers these:
- opening of bios file
- opening, writting and creating memcard2
- opening and handling of disk images

Related: libretro/libretro-fceumm#448
@inactive123 inactive123 merged commit 4ee722a into libretro:master Apr 20, 2021
@negativeExponent negativeExponent deleted the updates branch July 6, 2021 11:44
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

Successfully merging this pull request may close these issues.

2 participants