N64 Emulator
Go to file
Jeremy517 3c2da3cf2e Fix ROM Browser for network shares
This part of cleanPathString was supposed to de-dupe backslashes in the directory name, and then insert a backslash to the start of directory if the directory originally started with \\ (so that the string again started with \\).  However, because the call to rDirectory.replace was specifying a length of 1, it was always replacing \ with \ instead of replacing \\ with \.  When the backslash was then inserted at the start of the directory, the directory string now began with \\\ instead of \\.  This broke the ROM browser when using a network share (such as \\myserver\Emulation\Games).
2015-08-10 00:02:44 -07:00
Artwork [artwork] add psd for logo and icons 2015-06-05 07:06:11 +10:00
Bin [64bit] Get nrage and rsp compiling as 64bit 2015-05-16 10:55:23 +10:00
Config Update Jangou Simulation RDB entry 2015-07-29 21:56:43 +08:00
Lang Further improvements to Spanish translation 2015-07-06 23:36:30 -07:00
Plugin Minor Updates 2015-03-05 02:23:07 -03:00
PropertySheets [Project64] Get the code to compile in 64bit 2015-05-15 08:38:52 +10:00
Source Fix ROM Browser for network shares 2015-08-10 00:02:44 -07:00
.gitignore [64bit] Get nrage and rsp compiling as 64bit 2015-05-16 10:55:23 +10:00
Project64.vs2008.sln Nrage: Update version and change location of log and config dir 2015-02-18 20:52:23 +11:00
Project64.vs2013.sln [VS2013] add some more dependancies 2015-07-08 07:49:18 +10:00