mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 22:25:01 -06:00
Add support for compilation on x64 toolchain (x86 cl.exe was running out of heap space in vm.cpp) Also took the opportunity to change compile optimisation from /Ox to /O2, as /O2 provides better optimisation than does /Ox Also, we shouldn't be explicitely setting compiler tool defines (__cpp_lib_bitops), so remove that from types.h |
||
|---|---|---|
| .. | ||
| cmake_modules | ||
| Crypto | ||
| Emu | ||
| Icons | ||
| Input | ||
| Loader | ||
| qt/etc | ||
| rpcs3qt | ||
| util | ||
| CMakeLists.txt | ||
| define_new_memleakdetect.h | ||
| display_sleep_control.cpp | ||
| display_sleep_control.h | ||
| emucore.vcxproj | ||
| emucore.vcxproj.filters | ||
| frame_icon.xpm | ||
| git-version.cmake | ||
| GLGSRender.vcxproj | ||
| GLGSRender.vcxproj.filters | ||
| headless_application.cpp | ||
| headless_application.h | ||
| main_application.cpp | ||
| main_application.h | ||
| main.cpp | ||
| OpenAL.vcxproj | ||
| OpenAL.vcxproj.filters | ||
| resource.h | ||
| resources.qrc | ||
| restore_new.h | ||
| rpcs3_version.cpp | ||
| rpcs3_version.h | ||
| rpcs3.appdata.xml | ||
| rpcs3.desktop | ||
| rpcs3.icns | ||
| rpcs3.ico | ||
| rpcs3.plist.in | ||
| rpcs3.png | ||
| rpcs3.rc | ||
| rpcs3.svg | ||
| rpcs3.vcxproj | ||
| rpcs3.vcxproj.filters | ||
| stb_image.cpp | ||
| stdafx.cpp | ||
| stdafx.h | ||
| VKGSRender.vcxproj | ||
| VKGSRender.vcxproj.filters | ||
| windows.qrc | ||
| XAudio.vcxproj | ||
| XAudio.vcxproj.filters | ||