pcsx2/common/include
Jonathan Li c87b8c7f49 pcsx2|utilities: Remove ambiguous wxString-related overloads
Avoid some function overloads that can accept char*, wxChar* and
wxString as a parameter. wxString can be constructed with either of
those parameters, so the function overloads may actually result in
ambiguity errors. Keep the wxString parameter versions and remove the
rest.

Fixes some compile errors on FreeBSD.
2019-10-07 01:39:32 +01:00
..
Utilities pcsx2|utilities: Remove ambiguous wxString-related overloads 2019-10-07 01:39:32 +01:00
api reformat main common directory 2016-11-12 16:52:49 +01:00
null common: Add common null plugin config code 2018-07-12 01:05:09 +01:00
wx User Interface: 2009-10-16 03:58:29 +00:00
x86emitter common: Fix build error with clang 9. (#3123) 2019-09-29 20:30:47 +01:00
PS2Edefs.h Remove gigaherz old wip 'new' iopdma code. (#2703) 2018-12-09 18:00:04 -08:00
PS2Eext.h misc-plugins:windows: Fix ini/log path issues 2018-07-23 00:51:02 +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 Added a universal 64-bit define, and a message indicating that Pcsx2 was compiled as 64 bit in the system information. 2019-06-16 17:33:17 -07: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
PluginCompatibility.h common: Add plugin compatibility file 2018-07-23 00:51:02 +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