You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
987123879113 6d40d9fb94 Merge remote-tracking branch 'upstream/master' 12 months ago
..
D3D11 D3D11/ShaderCache: Don't delete cache when running 2 instances 2 years ago
D3D12 D3D12/Context: Don't assert-fail when D3D12 is unavailable 12 months ago
Darwin Common: Add Threading::SleepUntil() 1 year ago
GL GS/OpenGL: Cleanups and GLES support 12 months ago
Linux Common: Add Threading::SleepUntil() 1 year ago
Vulkan GS/Vulkan: Enable samplerAnisotropy before using 1 year ago
Windows Common: Add Threading::SleepUntil() 1 year ago
emitter microVU: Choose AVX2/SSE at runtime 1 year ago
vsprops Merge remote-tracking branch 'upstream/master' 1 year ago
Align.h System: Revamp memory allocation 1 year ago
AlignedMalloc.cpp Common: Fix slow emulator startup on M1s 1 year ago
AlignedMalloc.h Everything: Remove a **lot** of wx, and px nonsense 2 years ago
Assertions.h Assertions: Fix message not being included for pxAssert() 2 years ago
BitCast.h Debugger: Update enums and fix 32 bit support 2 years ago
CMakeLists.txt CMake: Lowercase Winmm for case-sensitive fs 1 year ago
CocoaTools.h Qt: Respond to dark/light mode changes 2 years ago
CocoaTools.mm Qt: Add RetroAchievements implementation 1 year ago
Console.cpp Everything: Remove a **lot** of wx, and px nonsense 2 years ago
Console.h Everything: Remove a **lot** of wx, and px nonsense 2 years ago
CrashHandler.cpp Common: Remove unused code 1 year ago
CrashHandler.h Common: Redo assertions, purge DiagnosticOrigin 2 years ago
Easing.h Common: Add Image and Easing classes 1 year ago
EnumOps.h Common: Add helpers for enum classes 2 years ago
EventSource.cpp Everything: Remove a **lot** of wx, and px nonsense 2 years ago
EventSource.h Misc: Replace use of Threading::Mutex with std::mutex in core code 2 years ago
EventSource.inl Everything: Remove a **lot** of wx, and px nonsense 2 years ago
Exceptions.cpp System: Remove/move out a bunch more leftover stuff from wx 1 year ago
Exceptions.h System: Remove/move out a bunch more leftover stuff from wx 1 year ago
FastJmp.asm common: Clean up 32bit code. 2 years ago
FastJmp.cpp common: Clean up 32bit code. 2 years ago
FastJmp.h Misc: Remove __fastcall, __fc, __concall and friends 2 years ago
FileSystem.cpp FileSystem: Use _stat64 routines 1 year ago
FileSystem.h Qt: Add play time tracking based on serials 1 year ago
General.h EE Rec/IOP Rec: Rewrite large portions 1 year ago
HTTPDownloader.cpp HTTPDownloader: Pass content type by reference 1 year ago
HTTPDownloader.h HTTPDownloader: Pass content type by reference 1 year ago
HTTPDownloaderCurl.cpp Common: Add HTTPDownloader implementation 1 year ago
HTTPDownloaderCurl.h Common: Add HTTPDownloader implementation 1 year ago
HTTPDownloaderWinHTTP.cpp common: Drop windows 8.1 and server 2012 r2 support. 1 year ago
HTTPDownloaderWinHTTP.h Common: Add HTTPDownloader implementation 1 year ago
HashCombine.h Common: Add HashCombine.h 2 years ago
HeterogeneousContainers.h Qt: Add play time tracking based on serials 1 year ago
Image.cpp Common: Add Image and Easing classes 1 year ago
Image.h Common: Add Image and Easing classes 1 year ago
LRUCache.h LRUCache: Fix Evict() removing too many items 1 year ago
MD5Digest.cpp Common: Add MD5Digest 2 years ago
MD5Digest.h Common: Add MD5Digest 2 years ago
MRCHelpers.h GS: Add Metal renderer 2 years ago
MathUtils.h Common: reformat (#4720) 2 years ago
MemcpyFast.h Core: Remove memcmp_mmx. 2 years ago
MemorySettingsInterface.cpp Common: Add MemorySettingsInterface 1 year ago
MemorySettingsInterface.h Common: Add MemorySettingsInterface 1 year ago
MemsetFast.inl Core: Replace alignment macros with alignas 2 years ago
Misc.cpp Misc: Improve pause speed measurements 1 year ago
PageFaultSource.h EE Rec/IOP Rec: Rewrite large portions 1 year ago
Path.h Path: Make sanitize routine follow OS rules 1 year ago
Pcsx2Defs.h System: Revamp memory allocation 1 year ago
Pcsx2Types.h Everything: Remove a **lot** of wx, and px nonsense 2 years ago
Perf.cpp Profiling: Fix QT builds where USE_VTUNE is true 1 year ago
Perf.h Common: reformat (#4720) 2 years ago
PrecompiledHeader.cpp common: reorganize 2 years ago
PrecompiledHeader.h Everything: Remove a **lot** of wx, and px nonsense 2 years ago
ProgressCallback.cpp Updater: Thread the UI updates, add a taskbar progress bar, add a marquee progress bar for indeterminate actions 2 years ago
ProgressCallback.h Updater: Thread the UI updates, add a taskbar progress bar, add a marquee progress bar for indeterminate actions 2 years ago
ReadbackSpinManager.cpp Common: Add class for spinning GPUs 1 year ago
ReadbackSpinManager.h Common: Add class for spinning GPUs 1 year ago
RedtapeWindows.h Common: Slim down RedtapeWindows and correct case 1 year ago
SafeArray.h Everything: Remove a **lot** of wx, and px nonsense 2 years ago
SafeArray.inl System: Remove/move out a bunch more leftover stuff from wx 1 year ago
ScopedGuard.h GL/ContextWGL: Fix running surfaceless 1 year ago
Semaphore.cpp MTGS: Support 'running idle', i.e. redisplaying the current frame 1 year ago
SettingsInterface.h SettingsInterface: Add ContainsValue() and copy helpers 2 years ago
SettingsWrapper.cpp Config: Fix frame rate being parsed ever-so-slightly off 1 year ago
SettingsWrapper.h Config: Fix frame rate being parsed ever-so-slightly off 1 year ago
StackWalker.cpp Common: Add CrashHandler 2 years ago
StackWalker.h Common: Add CrashHandler 2 years ago
StringUtil.cpp StringUtil: Add UTF-8 encode and decode 1 year ago
StringUtil.h Common: Add StringUtil::ToChars() wrapper 1 year ago
ThreadPool.cpp Common: Add HTTPDownloader implementation 1 year ago
ThreadPool.h Common: Add HTTPDownloader implementation 1 year ago
Threading.h Common: Add Threading::SleepUntil() 1 year ago
Timer.cpp Common: Remove ThreadCPUTimer as it's unused now 2 years ago
Timer.h Common: Remove ThreadCPUTimer as it's unused now 2 years ago
TraceLog.h Everything: Remove a **lot** of wx, and px nonsense 2 years ago
VirtualMemory.cpp System: Revamp memory allocation 1 year ago
WindowInfo.cpp Common: Remove unused code 1 year ago
WindowInfo.h Qt: Implement screensaver inhibit 1 year ago
ZipHelpers.h Qt: Add RetroAchievements implementation 1 year ago
afxresmw.h common: reorganize 2 years ago
boost_spsc_queue.hpp Everything: Remove a **lot** of wx, and px nonsense 2 years ago
common.vcxproj Common: Add class for spinning GPUs 1 year ago
common.vcxproj.filters Common: Add class for spinning GPUs 1 year ago
mt_queue.h common: reorganize 2 years ago