ppsspp/Windows
Diogo Franco (Kovensky) 6108e36ae9 Several fixes to build under stricter C++11
Add missing #include to various files.

strings.h isn't provided by MSVC so we don't include it there; it's needed
for other OSes/compilers.

Get rid of pre-ISO-C malloc.h includes; malloc is provided by stdlib.h.

Fixes some linuxisms.

Prepend __builtin_ to __clear_cache, calling it without the prefix is a
GNU extension.
2012-11-21 14:33:50 -03:00
..
Debugger Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
W32Util Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
bitmap1.bmp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Breakpoints.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
DlgDynaView.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
DlgDynaView.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
DSoundStream.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
DSoundStream.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
EmuThread.cpp Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
EmuThread.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Globals.cpp Move toplevel windows-specific files to the Windows dir 2012-11-21 14:33:38 -03:00
icon1.ico Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
InputBox.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
InputBox.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
InputDevice.cpp Add a class for keyboard input 2012-11-12 17:49:40 +00:00
InputDevice.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
KeyboardDevice.cpp Add a class for keyboard input 2012-11-12 17:49:40 +00:00
KeyboardDevice.h Add a class for keyboard input 2012-11-12 17:49:40 +00:00
main.cpp Move toplevel windows-specific files to the Windows dir 2012-11-21 14:33:38 -03:00
main.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
MIPSCompALU.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
MIPSCompBranch.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
OpenGLBase.cpp Add zoom setting to Windows version. Doesn't work while playing. 2012-11-17 17:46:05 +01:00
OpenGLBase.h Add zoom setting to Windows version. Doesn't work while playing. 2012-11-17 17:46:05 +01:00
Potemkin.txt Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
ppsspp.ico v0.3 2012-11-20 11:54:51 +01:00
ppsspp.rc windows gui option for buffered rendering. Misc fixes, prettier checkbox on android. 2012-11-20 11:35:48 +01:00
PPSSPP.sln Fixes and optimizations to vertex decoding and lighting. 2012-11-16 15:16:14 +01:00
PPSSPP.vcxproj Move toplevel windows-specific files to the Windows dir 2012-11-21 14:33:38 -03:00
PPSSPP.vcxproj.filters Add a class for keyboard input 2012-11-12 17:49:40 +00:00
README.TXT Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
resource.h windows gui option for buffered rendering. Misc fixes, prettier checkbox on android. 2012-11-20 11:35:48 +01:00
rt_manif.bin Add a missing file that gitignore caught 2012-11-04 21:06:39 +01:00
stdafx.cpp Move toplevel windows-specific files to the Windows dir 2012-11-21 14:33:38 -03:00
stdafx.h Move toplevel windows-specific files to the Windows dir 2012-11-21 14:33:38 -03:00
stop1.ico Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
WindowsFileSystem.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
WindowsHost.cpp Add a class for keyboard input 2012-11-12 17:49:40 +00:00
WindowsHost.h Add a class for keyboard input 2012-11-12 17:49:40 +00:00
WndMainWindow.cpp Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
WndMainWindow.h Several fixes to build under stricter C++11 2012-11-21 14:33:50 -03:00
XinputDevice.cpp Various warning, logging, jit fixes 2012-11-17 19:56:28 +01:00
XinputDevice.h Xinput input support 2012-11-12 17:40:01 +00:00
XPTheme.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00

Just open the MSVC project file and build.