rpcs3/Utilities
Peter Tissen bd65f81074 Fix some small mistakes
* replace_first and replace_all were in the wrong namespace, so they could not be linked
* replace_all did not work correctly (would loop indefinately)
* cellGcmUnmapIoAddress did not shif the size, so it would run past the end of the mmap array
* fsstat did use a 32-bit size on Windows, so files >4 gigs would return "stat failed"
2015-02-02 11:27:18 +01:00
..
simpleini
AutoPause.cpp
AutoPause.h
BEType.h vm_ptr: function format changed 2015-01-28 15:59:16 +03:00
git-version-gen.cmd
GNU.cpp
GNU.h cntlz fix 2015-01-13 00:32:53 +03:00
Interval.h cellSysmoduleLoadModule modified 2014-06-09 17:35:35 +04:00
Log.cpp fmt::to_udec(), fmt::to_sdec() 2015-01-19 16:31:02 +03:00
Log.h fmt::to_udec(), fmt::to_sdec() 2015-01-19 16:31:02 +03:00
MTProgressDialog.h
MTRingbuffer.h SMutex eliminated 2014-12-23 02:31:11 +03:00
rFile.cpp Some warnings fixed 2015-01-25 19:23:24 +03:00
rFile.h Some std include moved 2014-08-28 20:29:05 +04:00
rMsgBox.cpp Some warnings fixed 2015-01-25 19:23:24 +03:00
rMsgBox.h
rPlatform.cpp Some warnings fixed 2015-01-25 19:23:24 +03:00
rPlatform.h
rTime.cpp Some warnings fixed 2015-01-25 19:23:24 +03:00
rTime.h Some functions removed 2014-09-04 21:32:20 +04:00
rXml.cpp
rXml.h
SSemaphore.cpp
SSemaphore.h
StrFmt.cpp Fix some small mistakes 2015-02-02 11:27:18 +01:00
StrFmt.h Fix some small mistakes 2015-02-02 11:27:18 +01:00
Thread.cpp fmt::format() optimization (fmt::unveil template) 2015-01-19 01:54:56 +03:00
Thread.h cellAudio, thread_t improvements, pause/resume callback 2015-01-17 19:14:58 +03:00
Timer.h