pcsx2/common/src
Forrest McDonald 81458912f9 pcsx2: remove template and pointer on overload function from wxGuiTools
Fixed clang build.

Note from Gregory:
C++ requests that at least 1 parameters is a class, an enumeration, or a
reference to those objects. Probably to avoid to screw basic type operation.
For example: *p += 4;

The realy buggy code was this one because T could be an int!
template T
f(*ptr, T)

To avoid any issue in the future the Team decide to drop all overload that use pointers.
2014-07-18 19:20:53 +02:00
..
Utilities pcsx2: remove template and pointer on overload function from wxGuiTools 2014-07-18 19:20:53 +02:00
x86emitter Change the x86emitter jmp emitter from using s32 to sptr. 2014-07-15 15:16:30 -05:00