mirror of https://github.com/PCSX2/pcsx2.git
81458912f9
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. |
||
---|---|---|
.. | ||
Utilities | ||
api | ||
wx | ||
x86emitter | ||
PS2Edefs.h | ||
PS2Eext.h | ||
PS2Etypes.h | ||
Pcsx2Api.h | ||
Pcsx2Defs.h | ||
Pcsx2Types.h | ||
PluginCallbacks.h | ||
afxresmw.h | ||
comptr.h | ||
intrin_x86.h |