rpcsx/rpcs3
Bevan Weiss 2c8b3f05ac FIX: MAX_PATH is used within Windows headers, we should use a different define internally
Replace MAX_PATH usage with EMU_MAX_PATH, this prevents the redefine warning, and ensures that we don't mess up other usages (which will likely want MAX_PATH as 260, like Windows defines, not 4096 like we do).
The replacement has been done based on what MSVC was telling me the define values were at each point (i.e. whether we wanted it or not, these usages were using our 4906 value, not the 260 value from Windows)
2020-10-10 23:09:05 +03:00
..
cmake_modules CMake: add /MT for MSVC 2020-03-28 17:21:03 +03:00
Crypto FIX: MAX_PATH is used within Windows headers, we should use a different define internally 2020-10-10 23:09:05 +03:00
Emu PPU: improve LWARX/LDARX progression 2020-10-10 17:36:41 +03:00
Icons Qt: Add custom pad configs 2019-05-16 20:37:41 +02:00
Input MSVC 16.8 Preview 3.1 compiler fix 2020-09-23 12:44:32 +02:00
Loader SPU Local Storage capture 2020-10-08 19:05:14 +03:00
qt/etc Qt: use config to load translation file on startup 2020-02-06 17:41:50 +01:00
rpcs3qt Rewrite cpu_thread::suspend_all 2020-10-10 13:58:48 +03:00
util atomic.cpp: Optimize sema_get to not always use atomic instruction (#8907) 2020-09-16 22:15:14 +03:00
CMakeLists.txt RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
define_new_memleakdetect.h
display_sleep_control.cpp Emu: Make prevent_display_sleep dynamic 2020-07-06 21:14:16 +02:00
display_sleep_control.h Add option for preventing display sleep (#5783) 2019-10-12 15:40:47 +03:00
emucore.vcxproj move localized_string_id to own file 2020-09-14 18:24:18 +02:00
emucore.vcxproj.filters move localized_string_id to own file 2020-09-14 18:24:18 +02:00
frame_icon.xpm
git-version.cmake CD: Fix experimental build warning for Travis 2020-03-27 23:00:22 +03:00
GLGSRender.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
GLGSRender.vcxproj.filters gl/vk: Refactor draw call handling and stub shader interpreter 2020-03-23 14:47:28 +03:00
headless_application.cpp Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
headless_application.h Qt: Enable stylesheet cli args and add stylesheet option "None" 2019-09-13 10:30:56 +02:00
main.cpp Qt/Linux: fix QT_AUTO_SCREEN_SCALE_FACTOR typo 2020-08-18 10:04:31 +02:00
main_application.cpp Gracefully abort headless mode with unsupported video renderers 2020-07-30 20:03:51 +02:00
main_application.h Untangle GUI and input includes 2020-02-24 16:31:01 +01:00
OpenAL.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
OpenAL.vcxproj.filters Rewrite OpenAL backend to support new features 2019-01-12 21:29:56 +03:00
resource.h
resources.qrc Qt: use config to load translation file on startup 2020-02-06 17:41:50 +01:00
restore_new.h
rpcs3.appdata.xml Update rpcs3.appdata.xml 2019-02-14 03:10:36 +03:00
rpcs3.desktop
rpcs3.icns Support macOS bundling for binary distribution 2018-12-16 18:17:21 +03:00
rpcs3.ico
rpcs3.plist.in CMake: Use Info.plist template for macOS bundle 2019-02-26 21:09:18 +00:00
rpcs3.png
rpcs3.rc
rpcs3.svg Optimise the SVG logo with svgcleaner 2020-01-17 08:31:00 +01:00
rpcs3.vcxproj Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
rpcs3.vcxproj.filters Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
rpcs3_version.cpp rpcs3_version: Bump to 0.0.12 (#8815) 2020-08-31 23:38:51 +01:00
rpcs3_version.h CI: Port Windows build to Azure Pipelines (#7757) 2020-03-27 16:37:27 +03:00
stb_image.cpp C-style cast cleanup IV 2019-12-01 22:12:33 +03:00
stdafx.cpp
stdafx.h Move Log.h to util/logs.hpp 2020-03-07 12:29:23 +03:00
VKGSRender.vcxproj vk: Reimplement GPU query management 2020-10-06 12:02:53 +03:00
VKGSRender.vcxproj.filters vk: Reimplement GPU query management 2020-10-06 12:02:53 +03:00
windows.qrc
XAudio.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
XAudio.vcxproj.filters Replace XAudio2 implementation with an unified Xaudio2Redist 2020-02-20 23:33:09 +03:00