.. |
D3D11
|
D3D11/ShaderCache: Don't delete cache when running 2 instances
|
2022-03-30 12:38:08 +02:00 |
D3D12
|
GS:HW: Add option to spin CPU during readbacks
|
2022-10-24 14:33:17 +01:00 |
Darwin
|
Qt: Implement screensaver inhibit
|
2022-10-03 11:55:31 +01:00 |
GL
|
GL/ContextWGL: Fix running surfaceless
|
2022-10-22 23:19:54 +01:00 |
Linux
|
build: Fix build on FreeBSD
|
2022-10-28 13:25:49 +02:00 |
Vulkan
|
GS:HW: Add option to spin CPU during readbacks
|
2022-10-24 14:33:17 +01:00 |
Windows
|
System: Remove/move out a bunch more leftover stuff from wx
|
2022-10-14 22:24:42 +01:00 |
emitter
|
x86emitter: Fix up emitting of xmm -> ptr64 operands
|
2022-11-19 04:59:10 +00:00 |
vsprops
|
VSProps: Use MultiToolTask mode
|
2022-11-19 04:58:23 +00:00 |
Align.h
|
System: Revamp memory allocation
|
2022-10-14 22:24: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: Add class for spinning GPUs
|
2022-10-24 14:33:17 +01: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
|
Qt: Add play time tracking based on serials
|
2022-10-22 11:08:23 +01:00 |
FileSystem.h
|
Qt: Add play time tracking based on serials
|
2022-10-22 11:08:23 +01:00 |
General.h
|
System: Revamp memory allocation
|
2022-10-14 22:24:42 +01: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
|
HTTPDownloader: Pass content type by reference
|
2022-10-01 00:00:02 +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
|
System: Revamp memory allocation
|
2022-10-14 22:24:42 +01: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
|
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
|
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
|
MTGS: Support 'running idle', i.e. redisplaying the current frame
|
2022-08-29 13:39:09 +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
|
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 |