rpcsx/rpcs3/Emu/FS
nohbdy d136adc73f RSX Bugfixes and plugging memory leaks
BUGFIX: Add break after NV4097_SET_TEXTURE_BORDER_COLOR in RSXThread.cpp
BUGFIX: Fix parameters passed to RSXTexture::SetControl3 (they were being
passed in reverse order)
BUGFIX: Remove invalid, non-sensical call to glPixelStorei in GLGSRender.h
BUGFIX: Fix signed/unsigned comparison compiler warnings in GLGSRender.h
CHANGE: Make GLFragmentProgram::Decompiler synchronous by default
CHANGE: Update wxWidgets submodule to latest commit
BUGFIX: Fix several memory leaks
ADDED: Created a new MSVC debug configuration to output locations
  of allocations that end up leaking after the program
  is closed.
BUGFIX: Fix the stupid PadHandler crash due to the lack of a virtual d'tor
2014-04-17 15:15:43 -05:00
..
VFS.cpp RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
VFS.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
vfsDevice.cpp replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsDevice.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsDeviceLocalFile.cpp Fixed cellFsOpen & cellFsOpendir 2014-02-16 17:37:32 +02:00
vfsDeviceLocalFile.h Fixed cellFsOpen & cellFsOpendir 2014-02-16 17:37:32 +02:00
vfsDir.cpp fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
vfsDir.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
vfsDirBase.cpp fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
vfsDirBase.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
vfsFile.cpp replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsFile.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsFileBase.cpp replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsFileBase.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsLocalDir.cpp fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
vfsLocalDir.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsLocalFile.cpp Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
vfsLocalFile.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsStream.cpp Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsStream.h Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsStreamMemory.cpp memcpy partially replaced 2014-02-26 18:06:13 +04:00
vfsStreamMemory.h - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00