pcsx2/common
Stenzek 5b5edc506d Misc: Warning fixes 2023-02-10 11:20:37 +00:00
..
D3D11 Common: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
D3D12 D3D12/Texture: Fix crash when upload buffer exhausts 2022-12-28 10:58:37 +00:00
Darwin Common: Add Threading::SleepUntil() 2022-12-08 09:36:41 +00:00
GL common-ogl: Fix Shader compiled with warnings log spam on gl. 2023-01-23 14:48:40 +01:00
Linux Common: Move VirtualMemory related functionality to core 2023-01-26 11:11:36 +00:00
Vulkan Misc: Warning fixes 2023-02-10 11:20:37 +00:00
Windows Common: Move VirtualMemory related functionality to core 2023-01-26 11:11:36 +00:00
emitter emitter: Ignore Wmissing-braces warnings on clang. 2023-01-30 20:32:33 +01:00
vsprops MSBuild: Support building with clang-cl 2023-01-03 12:16:50 +00: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 common: Remove pxUSE_SECURE_MALLOC. 2023-01-05 14:58:54 -08: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: Purge EventSource 2023-01-26 11:11:36 +00:00
CocoaTools.h Updater: MacOS support 2022-12-18 07:56:03 +00:00
CocoaTools.mm Updater: MacOS support 2022-12-18 07:56:03 +00: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: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
CrashHandler.h Common: Redo assertions, purge DiagnosticOrigin 2022-05-25 10:15:48 +01:00
DynamicLibrary.cpp Common: Add DynamicLibrary 2022-12-22 04:27:30 +00:00
DynamicLibrary.h Common: Add DynamicLibrary 2022-12-22 04:27:30 +00: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
Exceptions.cpp Common: Get rid of pxTrap() 2022-12-25 14:47:05 +01:00
Exceptions.h R5900: Remove exceptions 2023-01-26 11:11:36 +00: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.cpp Common: Move VirtualMemory related functionality to core 2023-01-26 11:11:36 +00:00
General.h Common: Move VirtualMemory related functionality to core 2023-01-26 11:11:36 +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
HeapArray.h Common: Add HeapArray 2022-12-18 03:47:00 +00:00
HeterogeneousContainers.h MemorySettingsInterface: Add {Set,Get}KeyValueList 2022-12-23 07:24:32 +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 MemorySettingsInterface: Add {Set,Get}KeyValueList 2022-12-23 07:24:32 +01:00
MemorySettingsInterface.h MemorySettingsInterface: Add {Set,Get}KeyValueList 2022-12-23 07:24:32 +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
Path.h Path: Make sanitize routine follow OS rules 2022-09-17 17:51:14 +01:00
Pcsx2Defs.h Misc: Remove more wxWidgets references 2022-12-25 14:47:05 +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
RedtapeWilCom.h Common: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
RedtapeWindows.h Common: Slim down RedtapeWindows and correct case 2022-11-27 03:45:54 +00:00
SafeArray.h common: Remove pxUSE_SECURE_MALLOC. 2023-01-05 14:58:54 -08: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 Key+Value setting support 2022-12-18 08:27:07 +00: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: 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 StringUtil: Add UTF-8 encode and decode 2022-09-17 17:51:14 +01:00
StringUtil.h SDLInputSource: Support joysticks as well as controllers 2022-12-18 03:47:00 +00: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
WAVWriter.cpp Common: Add WAVWriter 2022-12-28 11:02:53 +00:00
WAVWriter.h Common: Add WAVWriter 2022-12-28 11:02:53 +00: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
boost_spsc_queue.hpp Everything: Remove a **lot** of wx, and px nonsense 2022-05-22 13:58:56 +01:00
common.vcxproj Common: Purge EventSource 2023-01-26 11:11:36 +00:00
common.vcxproj.filters Common: Purge EventSource 2023-01-26 11:11:36 +00:00