pcsx2/common
Connor McLaughlin ef0fde8615 CI: Use Qt 6.3.1 for all platforms 2022-07-24 16:22:37 +01:00
..
D3D11 D3D11/ShaderCache: Don't delete cache when running 2 instances 2022-03-30 12:38:08 +02:00
D3D12 GS/DX12: Fix creating display textures mid-frame crashing 2022-06-20 07:28:12 +01:00
Darwin Threading: Add lightweight thread wrapper 2022-06-04 18:10:46 +01:00
GL ContextWGL: Use pbuffers when we don't have a surface 2022-06-20 15:14:15 +01:00
Linux Threading: Add lightweight thread wrapper 2022-06-04 18:10:46 +01:00
Vulkan GS: Don't show GPU OSD when timing init fails 2022-06-20 07:28:12 +01:00
Windows Threading: Add lightweight thread wrapper 2022-06-04 18:10:46 +01:00
emitter Qt: Add hardware check for SSE4 and AVX2 2022-05-27 17:39:09 +01:00
vsprops CI: Use Qt 6.3.1 for all platforms 2022-07-24 16:22:37 +01:00
Align.h Vulkan: Enforce 32 byte alignment for uploads 2022-06-05 21:29:42 +01:00
AlignedMalloc.cpp Common/AlignedMalloc: Add move constructor/assignment 2022-05-12 15:08:45 +01:00
AlignedMalloc.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Assertions.h Assertions: Fix message not being included for pxAssert() 2022-05-30 10:20:44 +01:00
BitCast.h Debugger: Update enums and fix 32 bit support 2021-11-11 00:41:40 +00:00
CMakeLists.txt Common: Move ObjC methods to CocoaTools 2022-06-04 14:50:33 +01:00
CocoaTools.h Qt: Respond to dark/light mode changes 2022-06-04 14:50:33 +01:00
CocoaTools.mm Qt: Respond to dark/light mode changes 2022-06-04 14:50:33 +01:00
Console.cpp Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Console.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
CrashHandler.cpp Common: Redo assertions, purge DiagnosticOrigin 2022-05-25 10:15:48 +01:00
CrashHandler.h Common: Redo assertions, purge DiagnosticOrigin 2022-05-25 10:15:48 +01:00
EnumOps.h Common: Add helpers for enum classes 2022-03-31 23:51:27 -05:00
EventSource.cpp Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
EventSource.h Misc: Replace use of Threading::Mutex with std::mutex in core code 2022-05-09 16:06:33 +01:00
EventSource.inl Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Exceptions.cpp Common: Add assertion failure message to crashlogs 2022-06-15 16:23:32 -05:00
Exceptions.h Misc: Fix a bunch of recent warnings from clang 2022-05-25 10:15:48 +01:00
FastJmp.asm common: Clean up 32bit code. 2022-03-21 20:21:36 +01:00
FastJmp.cpp common: Clean up 32bit code. 2022-03-21 20:21:36 +01:00
FastJmp.h Misc: Remove __fastcall, __fc, __concall and friends 2022-05-12 14:58:03 +01:00
FileSystem.cpp FileSystem: Add OpenSharedCFile() 2022-06-07 15:09:41 +01:00
FileSystem.h FileSystem: Add OpenSharedCFile() 2022-06-07 15:09:41 +01:00
General.h Common: Add assertion failure message to crashlogs 2022-06-15 16:23:32 -05:00
HashCombine.h Common: Add HashCombine.h 2021-12-26 13:21:51 +00:00
MD5Digest.cpp Common: Add MD5Digest 2021-12-26 13:21:51 +00:00
MD5Digest.h Common: Add MD5Digest 2021-12-26 13:21:51 +00:00
MRCHelpers.h GS: Add Metal renderer 2022-03-31 23:51:27 -05:00
MathUtils.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
MemcpyFast.h Core: Remove memcmp_mmx. 2022-03-20 12:54:58 +00:00
MemsetFast.inl Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Misc.cpp Common: Add assertion failure message to crashlogs 2022-06-15 16:23:32 -05:00
PageFaultSource.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Path.h Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +01:00
Pcsx2Defs.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Pcsx2Types.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Perf.cpp Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Perf.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
PrecompiledHeader.cpp common: reorganize 2021-09-04 18:28:07 -04:00
PrecompiledHeader.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
ProgressCallback.cpp Updater: Thread the UI updates, add a taskbar progress bar, add a marquee progress bar for indeterminate actions 2022-06-07 13:14:00 +02:00
ProgressCallback.h Updater: Thread the UI updates, add a taskbar progress bar, add a marquee progress bar for indeterminate actions 2022-06-07 13:14:00 +02:00
RedtapeWindows.h Build: Bump _WIN32_WINNT to Windows 10 and link against OneCore 2022-06-29 09:18:20 +01:00
SafeArray.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
SafeArray.inl Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
ScopedGuard.h Common: Add ScopedGuard 2021-10-30 02:00:21 +01:00
Semaphore.cpp Common/Threading: Move a bunch of unnecessary wrappers to gui 2022-05-09 16:06:33 +01:00
SettingsInterface.h SettingsInterface: Add ContainsValue() and copy helpers 2022-06-11 14:37:57 +01:00
SettingsWrapper.cpp SettingsWrapper: Fix enums being stored as ints 2021-12-28 05:22:45 +00:00
SettingsWrapper.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
StackWalker.cpp Common: Add CrashHandler 2022-04-21 14:21:49 +01:00
StackWalker.h Common: Add CrashHandler 2022-04-21 14:21:49 +01:00
StringUtil.cpp GzippedFileReader: Fix index creation 2022-05-22 16:13:12 +01:00
StringUtil.h GzippedFileReader: Fix index creation 2022-05-22 16:13:12 +01:00
Threading.h Threading: Add lightweight thread wrapper 2022-06-04 18:10:46 +01:00
Timer.cpp Common: Remove ThreadCPUTimer as it's unused now 2022-05-02 14:25:05 +01:00
Timer.h Common: Remove ThreadCPUTimer as it's unused now 2022-05-02 14:25:05 +01:00
TraceLog.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
VirtualMemory.cpp Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
WindowInfo.cpp Common: Add WindowInfo 2021-10-30 02:00:21 +01:00
WindowInfo.h Common: Add Vulkan helper classes 2022-01-08 05:19:45 +00:00
ZipHelpers.h Patches: Make cheats_ws.zip search case insensitive 2022-05-28 03:32:43 +01:00
afxresmw.h common: reorganize 2021-09-04 18:28:07 -04:00
boost_spsc_queue.hpp Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
common.vcxproj Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +01:00
common.vcxproj.filters Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +01:00
mt_queue.h common: reorganize 2021-09-04 18:28:07 -04:00