libretro / vice-libretro

Versatile Commodore 8-bit Emulator
GNU General Public License v2.0
40 stars 70 forks source link

copy home into browser->directory for WIN32? #44

Closed runvnc closed 5 years ago

runvnc commented 6 years ago

It looks like file_browser_init in filebrowser.c fails to copy the home string into browser->directory before calling dir_list but only has this problem on WIN32.

hiddenasbestos commented 6 years ago

I think the #endif on line 182 of filebrowser.c should be moved above the strcpy block, directly after the getpwuid. I moved it up there but didn't get much of a different result so I guess it needs further investigation.

sonninnos commented 5 years ago

That Nuklear filebrowser is now removed thanks to the m3u feature.