pcsx2/common/src
Jonathan Li 67dc65ea91 linux: Fix _aligned_realloc implementation
Out-of-bounds memory is no longer accessed if the realloc size is larger.
If reallocation fails, the old memory will not be freed and a memcpy
will not take place.

This should match the Windows _aligned_realloc behaviour, except that an
extra parameter is used.
2015-09-13 21:05:33 +01:00
..
Utilities linux: Fix _aligned_realloc implementation 2015-09-13 21:05:33 +01:00
x86emitter Use global compiler optimization flags instead of defining them for every plugin/binary 2015-08-08 16:25:17 +03:00