.. |
Darwin
|
Common: Purge CPU frequency measurement
|
2023-06-16 18:26:28 +10:00 |
Linux
|
CMake: Simplify X11 dependencies
|
2023-09-16 19:32:13 +10:00 |
Windows
|
Common: Merge MathUtils.h into BitUtils.h
|
2023-07-23 21:52:36 +10:00 |
emitter
|
x86: Move dispatchers to recompiler code space
|
2023-10-10 18:01:30 +10:00 |
vsprops
|
MSBuild: Generate qtbase translations like CMake
|
2023-09-17 16:57:58 +10:00 |
AlignedMalloc.cpp
|
Common: Fix slow emulator startup on M1s
|
2022-11-25 20:20:24 +00:00 |
AlignedMalloc.h
|
Common: Remove AlignedBuffer
|
2023-06-30 21:37:44 +10:00 |
Assertions.cpp
|
Common: Remove Exceptions
|
2023-06-30 21:37:44 +10:00 |
Assertions.h
|
Assertions: Fix message not being included for pxAssert()
|
2022-05-30 10:20:44 +01:00 |
BitUtils.h
|
Common: Make __pagesize unsigned
|
2023-07-23 21:52:36 +10:00 |
ByteSwap.h
|
Common: Add ByteSwap.h
|
2023-05-25 16:47:36 +01:00 |
CMakeLists.txt
|
Common: Remove ThreadPool class
|
2023-11-09 17:55:22 +00:00 |
CocoaTools.h
|
Updater:Mac: Delay launch of new application until the old one exits
|
2023-06-24 22:28:56 +01:00 |
CocoaTools.mm
|
Updater:Mac: Delay launch of new application until the old one exits
|
2023-06-24 22:28: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
|
CrashHandler: Print backtrace on Linux
|
2023-03-20 15:46:32 +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 |
Error.cpp
|
Error: Fix errno resolution on Win32
|
2023-09-17 16:57:58 +10:00 |
Error.h
|
Common: Add Error class
|
2023-06-30 21:37:44 +10: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
|
Host: Remove resource read wrappers
|
2023-10-01 17:45:54 +10:00 |
FileSystem.h
|
Host: Remove resource read wrappers
|
2023-10-01 17:45:54 +10:00 |
General.cpp
|
Common: Move VirtualMemory related functionality to core
|
2023-01-26 11:11:36 +00:00 |
General.h
|
Common: Fix unused function warning
|
2023-10-11 19:15:58 +10:00 |
HTTPDownloader.cpp
|
HTTPDownloaderCurl: Switch to multi/async API
|
2023-11-09 17:55:22 +00:00 |
HTTPDownloader.h
|
HTTPDownloader: Drop Common namespace
|
2023-11-09 17:55:22 +00:00 |
HTTPDownloaderCurl.cpp
|
HTTPDownloaderCurl: Switch to multi/async API
|
2023-11-09 17:55:22 +00:00 |
HTTPDownloaderCurl.h
|
HTTPDownloaderCurl: Switch to multi/async API
|
2023-11-09 17:55:22 +00:00 |
HTTPDownloaderWinHTTP.cpp
|
HTTPDownloader: Drop Common namespace
|
2023-11-09 17:55:22 +00:00 |
HTTPDownloaderWinHTTP.h
|
HTTPDownloader: Drop Common namespace
|
2023-11-09 17:55:22 +00: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
|
Misc: Remove string map lookup wrappers
|
2023-07-23 21:52:36 +10:00 |
Image.cpp
|
Image: Support loading webp files
|
2023-10-02 19:52:29 +10:00 |
Image.h
|
Common: Add Image and Easing classes
|
2022-08-29 13:39:09 +01:00 |
LRUCache.h
|
LRUCache: Use heterogeneous container
|
2023-09-24 11:22:22 +10: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 |
MemorySettingsInterface.cpp
|
Misc: Remove string map lookup wrappers
|
2023-07-23 21:52:36 +10:00 |
MemorySettingsInterface.h
|
MemorySettingsInterface: Add {Set,Get}KeyValueList
|
2022-12-23 07:24:32 +01:00 |
Misc.cpp
|
Mac: Mark crash info as used so it doesn't get DCE'd
|
2023-08-09 21:34:38 +10:00 |
Path.h
|
FileSystem: Add IsValidFileName()
|
2023-07-06 12:30:35 +10:00 |
Pcsx2Defs.h
|
CDVD: Report open errors to host
|
2023-10-01 17:46:26 +10:00 |
Pcsx2Types.h
|
Everything: Remove a **lot** of wx, and px nonsense
|
2022-05-22 13:58:56 +01:00 |
Perf.cpp
|
Misc: Clang warning fixes
|
2023-05-16 12:58:19 +01:00 |
Perf.h
|
Perf: Support instruction-level profiling with jitdump on Linux
|
2023-04-29 16:22:37 +01: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 |
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: Fix constness of a few methods
|
2023-08-10 01:26:06 +01:00 |
SettingsWrapper.cpp
|
Qt: Add copy global settings/clear per-game settings
|
2023-09-05 12:32:37 +10:00 |
SettingsWrapper.h
|
Qt: Add copy global settings/clear per-game settings
|
2023-09-05 12:32:37 +10:00 |
SmallString.cpp
|
SmallString: Fix new buffer size not getting set
|
2023-09-24 11:22:22 +10:00 |
SmallString.h
|
SmallString: Add end_ptr()
|
2023-09-24 11:22:22 +10: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 Ellipsise
|
2023-09-24 11:22:22 +10:00 |
StringUtil.h
|
StringUtil: Add Ellipsise
|
2023-09-24 11:22:22 +10:00 |
TextureDecompress.cpp
|
Common | TextureDecompress: Fix unused variable warning
|
2023-07-28 22:00:08 +01:00 |
TextureDecompress.h
|
GS/HW: Decompress replacement textures to get alpha min/max
|
2023-07-11 13:30:47 +01:00 |
Threading.h
|
Common: Add Threading::SleepUntil()
|
2022-12-08 09:36:41 +00:00 |
Timer.cpp
|
Timer: Add ResetIfNPassed()
|
2023-09-24 11:22:22 +10:00 |
Timer.h
|
Timer: Add ResetIfNPassed()
|
2023-09-24 11:22:22 +10: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
|
CMake: Simplify X11 dependencies
|
2023-09-16 19:32:13 +10:00 |
WindowInfo.h
|
Qt: Implement screensaver inhibit
|
2022-10-03 11:55:31 +01:00 |
WrappedMemCopy.h
|
Misc: Fix various warnings
|
2023-08-26 15:02:17 +10: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
|
MSBuild: Fix libpng warning
|
2023-10-10 18:01:30 +10:00 |
common.vcxproj.filters
|
Common: Add SmallString class
|
2023-09-03 12:42:30 +10:00 |