pcsx2/common
Master Builder a26b91291c Common/Linux/LnxHostSys: Fixed compatibility issues with FreeBSD, made error
handling more explicit
2022-05-26 00:28:44 +02:00
..
D3D11 D3D11/ShaderCache: Don't delete cache when running 2 instances 2022-03-30 12:38:08 +02:00
D3D12 D3D12/Texture: Fix incorrect resource state for fallback staging buffer 2022-05-26 00:04:46 +02:00
Darwin Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
GL Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Linux Common/Linux/LnxHostSys: Fixed compatibility issues with FreeBSD, made error 2022-05-26 00:28:44 +02:00
Vulkan Vulkan/Context: Don't write timestamp on an unreset query 2022-05-11 13:07:58 +01:00
Windows Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
emitter Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +01:00
vsprops Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +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 Common: Redo assertions, purge DiagnosticOrigin 2022-05-25 10:15:48 +01:00
BitCast.h Debugger: Update enums and fix 32 bit support 2021-11-11 00:41:40 +00:00
CMakeLists.txt Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +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 Everything: Get rid of wx entirely from the Qt build 2022-05-22 13:58:56 +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 Common: Add SettingsInterface and SettingsWrapper 2021-10-01 23:46:52 -04: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 Common/Threading: Replace TLS macros with standard thread_local 2022-05-09 16:06:33 +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 SaveState: Use libzip instead of wx 2022-04-15 08:15:40 +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