project64/Source
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
..
3rd Party [zlib] fixed warning C4244: conversion, possible loss of data 2015-05-24 14:54:56 -04:00
Common Fix ROM Browser for network shares 2015-08-10 00:02:44 -07:00
Glide64 Copy V8 combiner from GLideN64 to Glide64. 2015-07-15 09:32:05 +10:00
GlideHQ Clean up some of the 64bit projects 2015-05-22 06:07:24 +10:00
Glitch64 Clean up some of the 64bit projects 2015-05-22 06:07:24 +10:00
Installer Make PropertySheets imports non-conditional 2015-04-15 16:16:37 -07:00
Project64 Merge pull request #552 from JMarlin/master 2015-07-31 08:39:01 +10:00
RSP newline fixes -- These were my (or Notepad++'s?) fault somehow. 2015-06-23 18:35:21 -04:00
Settings [64bit] Get nrage and rsp compiling as 64bit 2015-05-16 10:55:23 +10:00
SortRdb #pull request 42 2015-02-01 06:27:27 +11:00
nragev20 Clean up some of the 64bit projects 2015-05-22 06:07:24 +10:00