mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
(fopen_utf8.c) Cleanup
This commit is contained in:
parent
cb06405293
commit
876aca8817
@ -36,9 +36,7 @@
|
||||
|
||||
void *fopen_utf8(const char * filename, const char * mode)
|
||||
{
|
||||
#if defined(_XBOX)
|
||||
return fopen(filename, mode);
|
||||
#elif defined(LEGACY_WIN32)
|
||||
#if defined(LEGACY_WIN32)
|
||||
FILE *ret = NULL;
|
||||
char * filename_local = utf8_to_local_string_alloc(filename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user