pcsx2/common
Connor McLaughlin 457ec7f6f5 Threading: Add lightweight thread wrapper 2022-06-04 18:10:46 +01:00
..
D3D11 D3D11/ShaderCache: Don't delete cache when running 2 instances 2022-03-30 12:38:08 +02:00
D3D12 GS/DX12: Use correct state for texture staging buffers 2022-06-04 18:10:46 +01:00
Darwin Threading: Add lightweight thread wrapper 2022-06-04 18:10:46 +01:00
GL Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Linux Threading: Add lightweight thread wrapper 2022-06-04 18:10:46 +01:00
Vulkan Common: Move ObjC methods to CocoaTools 2022-06-04 14:50:33 +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 Build: Don't rewrite svnrev.h unconditionally 2022-05-29 16:19:08 +01:00
Align.h Common: Add align helpers 2021-10-30 02:00:21 +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: Redo assertions, purge DiagnosticOrigin 2022-05-25 10:15:48 +01: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: Fix splitting UNC paths 2022-05-31 11:01:14 +01:00
FileSystem.h Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +01:00
General.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01: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 Utilities: Add functions for spin waiting 2021-10-19 16:04:15 -04: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 Common: Add utility classes 2021-12-12 03:27:43 +00:00
ProgressCallback.h Common: Add utility classes 2021-12-12 03:27:43 +00:00
RedtapeWindows.h Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +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 optional accessors/mutators 2022-06-04 18:10:46 +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