Files
pcsx2/common/include
Gregory Hainaut fd71fc4fc9 common: drop useless printf function + reimplement vssappend with C++11
Performance is not important here. I'm not sure Windows could handle VLA
* new/delete can still be used otherwise.
* Put an assert(0) because debugger surely don't use string bigger than
  128 bytes.

code is much more compact 20 lines vs 700 lines ...
2015-03-23 23:14:54 +01:00
..
2009-10-16 03:58:29 +00:00
2013-07-01 21:32:44 +00:00
2015-01-05 23:46:18 +01:00