bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.68k stars 156 forks source link

backslashes changed to forward slashes on windows #251

Open jeffythedragonslayer opened 2 years ago

jeffythedragonslayer commented 2 years ago

When running natively on windows, bsnes changes backslashes in paths that you type in to forward slashes. I think the behavior should be opposite - when you try to cd to a path with forward slashes in cmd.exe, it understands where you want to go and the next path printed has backslashes.

image