pcsx2/common
987123879113 6d40d9fb94 Merge remote-tracking branch 'upstream/master' 2022-12-16 21:53:24 +09:00
..
D3D11 D3D11/ShaderCache: Don't delete cache when running 2 instances 2022-03-30 12:38:08 +02:00
D3D12 D3D12/Context: Don't assert-fail when D3D12 is unavailable 2022-12-16 11:11:36 +00:00
Darwin Common: Add Threading::SleepUntil() 2022-12-08 09:36:41 +00:00
GL GS/OpenGL: Cleanups and GLES support 2022-12-16 11:11:15 +00:00
Linux Common: Add Threading::SleepUntil() 2022-12-08 09:36:41 +00:00
Vulkan GS/Vulkan: Enable samplerAnisotropy before using 2022-11-26 16:17:20 +00:00
Windows Common: Add Threading::SleepUntil() 2022-12-08 09:36:41 +00:00
emitter microVU: Choose AVX2/SSE at runtime 2022-12-03 00:52:10 -06:00
vsprops Merge remote-tracking branch 'upstream/master' 2022-11-30 03:11:41 +09:00
Align.h System: Revamp memory allocation 2022-10-14 22:24:42 +01:00
AlignedMalloc.cpp Common: Fix slow emulator startup on M1s 2022-11-25 20:20:24 +00: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 CMake: Lowercase Winmm for case-sensitive fs 2022-11-26 19:05:58 +00:00
CocoaTools.h Qt: Respond to dark/light mode changes 2022-06-04 14:50:33 +01:00
CocoaTools.mm Qt: Add RetroAchievements implementation 2022-10-01 00:00:02 +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: Remove unused code 2022-08-27 13:52:12 +01:00
CrashHandler.h Common: Redo assertions, purge DiagnosticOrigin 2022-05-25 10:15:48 +01:00
Easing.h Common: Add Image and Easing classes 2022-08-29 13:39:09 +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 System: Remove/move out a bunch more leftover stuff from wx 2022-10-14 22:24:42 +01:00
Exceptions.h System: Remove/move out a bunch more leftover stuff from wx 2022-10-14 22:24:42 +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: Use _stat64 routines 2022-11-26 19:05:49 +00:00
FileSystem.h Qt: Add play time tracking based on serials 2022-10-22 11:08:23 +01:00
General.h EE Rec/IOP Rec: Rewrite large portions 2022-11-19 04:59:10 +00:00
HTTPDownloader.cpp HTTPDownloader: Pass content type by reference 2022-10-01 00:00:02 +01:00
HTTPDownloader.h HTTPDownloader: Pass content type by reference 2022-10-01 00:00:02 +01:00
HTTPDownloaderCurl.cpp Common: Add HTTPDownloader implementation 2022-09-17 17:51:14 +01:00
HTTPDownloaderCurl.h Common: Add HTTPDownloader implementation 2022-09-17 17:51:14 +01:00
HTTPDownloaderWinHTTP.cpp common: Drop windows 8.1 and server 2012 r2 support. 2022-11-20 22:28:43 +01:00
HTTPDownloaderWinHTTP.h Common: Add HTTPDownloader implementation 2022-09-17 17:51:14 +01:00
HashCombine.h Common: Add HashCombine.h 2021-12-26 13:21:51 +00:00
HeterogeneousContainers.h Qt: Add play time tracking based on serials 2022-10-22 11:08:23 +01:00
Image.cpp Common: Add Image and Easing classes 2022-08-29 13:39:09 +01:00
Image.h Common: Add Image and Easing classes 2022-08-29 13:39:09 +01:00
LRUCache.h LRUCache: Fix Evict() removing too many items 2022-09-09 21:21:14 +01: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
MemorySettingsInterface.cpp Common: Add MemorySettingsInterface 2022-10-20 19:43:29 +01:00
MemorySettingsInterface.h Common: Add MemorySettingsInterface 2022-10-20 19:43:29 +01:00
MemsetFast.inl Core: Replace alignment macros with alignas 2021-11-14 13:52:20 -06:00
Misc.cpp Misc: Improve pause speed measurements 2022-10-24 14:33:17 +01:00
PageFaultSource.h EE Rec/IOP Rec: Rewrite large portions 2022-11-19 04:59:10 +00:00
Path.h Path: Make sanitize routine follow OS rules 2022-09-17 17:51:14 +01:00
Pcsx2Defs.h System: Revamp memory allocation 2022-10-14 22:24:42 +01:00
Pcsx2Types.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
Perf.cpp Profiling: Fix QT builds where USE_VTUNE is true 2022-11-09 19:00:11 +00: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
ReadbackSpinManager.cpp Common: Add class for spinning GPUs 2022-10-24 14:33:17 +01:00
ReadbackSpinManager.h Common: Add class for spinning GPUs 2022-10-24 14:33:17 +01:00
RedtapeWindows.h Common: Slim down RedtapeWindows and correct case 2022-11-27 03:45:54 +00:00
SafeArray.h Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
SafeArray.inl System: Remove/move out a bunch more leftover stuff from wx 2022-10-14 22:24:42 +01:00
ScopedGuard.h GL/ContextWGL: Fix running surfaceless 2022-10-22 23:19:54 +01:00
Semaphore.cpp MTGS: Support 'running idle', i.e. redisplaying the current frame 2022-08-29 13:39:09 +01:00
SettingsInterface.h SettingsInterface: Add ContainsValue() and copy helpers 2022-06-11 14:37:57 +01:00
SettingsWrapper.cpp Config: Fix frame rate being parsed ever-so-slightly off 2022-09-09 21:21:14 +01:00
SettingsWrapper.h Config: Fix frame rate being parsed ever-so-slightly off 2022-09-09 21:21:14 +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 StringUtil: Add UTF-8 encode and decode 2022-09-17 17:51:14 +01:00
StringUtil.h Common: Add StringUtil::ToChars() wrapper 2022-09-25 14:49:48 +02:00
ThreadPool.cpp Common: Add HTTPDownloader implementation 2022-09-17 17:51:14 +01:00
ThreadPool.h Common: Add HTTPDownloader implementation 2022-09-17 17:51:14 +01:00
Threading.h Common: Add Threading::SleepUntil() 2022-12-08 09:36:41 +00: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 System: Revamp memory allocation 2022-10-14 22:24:42 +01:00
WindowInfo.cpp Common: Remove unused code 2022-08-27 13:52:12 +01:00
WindowInfo.h Qt: Implement screensaver inhibit 2022-10-03 11:55:31 +01:00
ZipHelpers.h Qt: Add RetroAchievements implementation 2022-10-01 00:00:02 +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 Common: Add class for spinning GPUs 2022-10-24 14:33:17 +01:00
common.vcxproj.filters Common: Add class for spinning GPUs 2022-10-24 14:33:17 +01:00
mt_queue.h common: reorganize 2021-09-04 18:28:07 -04:00