pcsx2/common
TellowKrinkle 5271e83824 Common: Don't forceinline vararg functions
No compiler actually inlines them, and GCC issues an error saying that it can't force inline vararg functions
2024-04-08 18:16:25 +02:00
..
Darwin Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00
Linux VMManager: Log power profile and GPUs on startup 2024-03-07 01:21:28 +00:00
Windows FileSystem: Handle paths longer than MAX_PATH on Windows 2024-04-04 11:39:40 +10:00
emitter x86emitter: Abstract MXCSR into a general FPControlRegister type 2023-12-27 13:55:35 +10:00
vsprops 3rdparty/imgui: Update to v1.90.4 2024-04-06 22:21:53 +10:00
AlignedMalloc.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
AlignedMalloc.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
Assertions.cpp Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00
Assertions.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
BitUtils.h Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00
ByteSwap.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
CMakeLists.txt Image: Use libjpeg and support WebP saving 2024-04-06 13:17:22 +10:00
CocoaTools.h Qt: Use proper Show in Finder on macOS 2024-01-26 12:48:37 +10:00
CocoaTools.mm Common: Add helper for creating an NSString from a string_view 2024-01-26 12:48:37 +10:00
Console.cpp Qt: Tidy up Tools menu 2024-01-13 12:26:34 +10:00
Console.h Common: Don't forceinline vararg functions 2024-04-08 18:16:25 +02:00
CrashHandler.cpp FileSystem: Handle paths longer than MAX_PATH on Windows 2024-04-04 11:39:40 +10:00
CrashHandler.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
DynamicLibrary.cpp Common: Sync DynamicLibrary with DuckStation 2024-04-06 14:37:55 +10:00
DynamicLibrary.h Common: Sync DynamicLibrary with DuckStation 2024-04-06 14:37:55 +10:00
Easing.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
EnumOps.h Common: Purge pxEnum macros 2023-12-27 13:55:35 +10:00
Error.cpp Error: Add prefix methods 2024-04-04 11:40:10 +10:00
Error.h Error: Add prefix methods 2024-04-04 11:40:10 +10:00
FPControl.h x86emitter: Abstract MXCSR into a general FPControlRegister type 2023-12-27 13:55:35 +10:00
FastJmp.asm Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
FastJmp.cpp Common: Fix duplicate fastjmp on Windows/CMake 2023-12-27 16:03:49 +10:00
FastJmp.h x86emitter: Abstract MXCSR into a general FPControlRegister type 2023-12-27 13:55:35 +10:00
FileSystem.cpp FileSystem: Add Error to CreateDirectory()/RenamePath() 2024-04-04 11:40:10 +10:00
FileSystem.h FileSystem: Add Error to CreateDirectory()/RenamePath() 2024-04-04 11:40:10 +10:00
HTTPDownloader.cpp Path: Add CreateFileURL() 2024-03-13 20:13:35 +10:00
HTTPDownloader.h Path: Add CreateFileURL() 2024-03-13 20:13:35 +10:00
HTTPDownloaderCurl.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
HTTPDownloaderCurl.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
HTTPDownloaderWinHTTP.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
HTTPDownloaderWinHTTP.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
HashCombine.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
HeapArray.h GS: Replace xz/liblzma with 7zip LZMA SDK 2024-03-30 21:37:29 +10:00
HeterogeneousContainers.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
HostSys.cpp Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00
HostSys.h Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00
Image.cpp Image: Use libjpeg and support WebP saving 2024-04-06 13:17:22 +10:00
Image.h Image: Use libjpeg and support WebP saving 2024-04-06 13:17:22 +10:00
LRUCache.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
MD5Digest.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
MD5Digest.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
MRCHelpers.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
MemorySettingsInterface.cpp SettingsInterface: Add Error to Save() 2024-04-04 11:40:10 +10:00
MemorySettingsInterface.h SettingsInterface: Add Error to Save() 2024-04-04 11:40:10 +10:00
Path.h Path: Add CreateFileURL() 2024-03-13 20:13:35 +10:00
Pcsx2Defs.h Common: Purge pxEnum macros 2023-12-27 13:55:35 +10:00
Pcsx2Types.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
Perf.cpp x86emitter: Abstract MXCSR into a general FPControlRegister type 2023-12-27 13:55:35 +10:00
Perf.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
PrecompiledHeader.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
PrecompiledHeader.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ProgressCallback.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ProgressCallback.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ReadbackSpinManager.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ReadbackSpinManager.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
RedtapeWilCom.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
RedtapeWindows.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ScopedGuard.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
Semaphore.cpp Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00
SettingsInterface.h SettingsInterface: Add Error to Save() 2024-04-04 11:40:10 +10:00
SettingsWrapper.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
SettingsWrapper.h Common: Purge pxEnum macros 2023-12-27 13:55:35 +10:00
SingleRegisterTypes.h IPU: Fix regression from #10617 2024-01-14 15:22:43 +10:00
SmallString.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
SmallString.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
StackWalker.cpp Common: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
StackWalker.h Common: Add CrashHandler 2022-04-21 14:21:49 +01:00
StringUtil.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
StringUtil.h x86emitter: Abstract MXCSR into a general FPControlRegister type 2023-12-27 13:55:35 +10:00
TextureDecompress.cpp TextureDecompress: Remove non-SSE code paths 2023-12-24 14:03:14 +10:00
TextureDecompress.h Misc: Warning fixes 2024-01-08 23:33:43 +10:00
Threading.h Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00
Timer.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
Timer.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
TraceLog.h Console: Remove WX rubbish and replace 2024-01-12 12:40:46 +10:00
VectorIntrin.h Common: Replace x86_intrin.h with generic Intrin.h 2023-12-24 14:03:14 +10:00
WAVWriter.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
WAVWriter.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
WindowInfo.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
WindowInfo.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
WrappedMemCopy.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
ZipHelpers.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
boost_spsc_queue.hpp Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
common.vcxproj 3rdparty: Remove jpgd 2024-04-06 13:17:22 +10:00
common.vcxproj.filters Common: Rename General to HostSys 2023-12-27 13:55:35 +10:00