pcsx2/common/include
Jonathan Li 96b412ebb8 pcsx2|common|gsnull: Remove GSprintf API
It's not really used, and the OSD uses a different API.

The specified calling convention (stdcall) is also incorrect since
variadic functions are caller-clean, not callee-clean. The compilers
ignore the stdcall and just use cdecl (I think), though it does trigger
a -Wcast-calling-convention on clang.
2017-10-29 01:01:49 +01:00
..
Utilities pcsx2|common: replace throw() by noexcept 2017-05-13 10:38:35 +02:00
api reformat main common directory 2016-11-12 16:52:49 +01:00
wx User Interface: 2009-10-16 03:58:29 +00:00
x86emitter common: Replace __threadlocal with C++11 thread_local 2017-04-13 19:59:00 +02:00
PS2Edefs.h pcsx2|common|gsnull: Remove GSprintf API 2017-10-29 01:01:49 +01:00
PS2Eext.h reformat main common directory 2016-11-12 16:52:49 +01:00
PS2Etypes.h reformat main common directory 2016-11-12 16:52:49 +01:00
Pcsx2Api.h reformat main common directory 2016-11-12 16:52:49 +01:00
Pcsx2Defs.h common: Replace __threadlocal with C++11 thread_local 2017-04-13 19:59:00 +02:00
Pcsx2Types.h reformat main common directory 2016-11-12 16:52:49 +01:00
PluginCallbacks.h reformat main common directory 2016-11-12 16:52:49 +01:00
afxresmw.h Fix for the v110_xp toolset in vs2012. Removed winuser.h from afxresmw.h, nothing seems to be using it, but it breaks something in string.h. I did not change the projects to use v110_xp by default, to get an xp compatible binary, you have to call it from command line like this: msbuild pcsx2_suite_2012.sln /t:Build "/p:Configuration=Release AVX2" /p:PlatformToolset=v110_xp /m. Change Configuration=... as needed. 2013-07-02 16:01:06 +00:00