.. |
Battery
|
Buildfix attempt
|
2025-02-11 10:43:39 -06:00 |
Crypto
|
|
|
Data
|
Show fake-loaded HLE modules in the debugger. Notify Atrac of its address when one is loaded
|
2025-03-15 15:56:11 +01:00 |
File
|
Turn off I/O logging, oops
|
2025-03-08 23:37:48 +01:00 |
GPU
|
Fix rare deadlock in Vulkan shader compilation.
|
2025-03-05 13:34:45 +01:00 |
Input
|
Qt: Don't forget the mouse flags
|
2025-03-05 23:26:30 +01:00 |
Log
|
fix compiler warnings
|
2025-02-22 14:15:15 +01:00 |
Math
|
Remove unused float16 type
|
2025-02-14 09:50:55 -06:00 |
Net
|
Remove redundant defines that cause compilation errors on LoongArch.
|
2025-02-06 16:28:52 +08:00 |
Profiler
|
Remove some unnecessary <algorithm> includes.
|
2024-12-18 17:04:27 +01:00 |
Render
|
libpng full api: Remember to enable interlace handling, fix error handling
|
2025-02-26 10:55:03 -06:00 |
Serialize
|
Fix an ordering issue in Atrac context creation
|
2025-03-16 22:46:44 +01:00 |
System
|
Minor tweaks, comments and fixes
|
2025-03-06 13:37:38 +01:00 |
Thread
|
make compile on mingw-w64
|
2025-01-11 01:25:27 +01:00 |
UI
|
Android: Handle mouse events separately from touch events
|
2025-03-05 23:26:30 +01:00 |
VR
|
Get rid of remains of support for non-square screen DPIs
|
2025-02-20 11:14:26 -06:00 |
ABI.cpp
|
|
|
ABI.h
|
|
|
Arm64Emitter.cpp
|
|
|
Arm64Emitter.h
|
|
|
ArmCommon.h
|
|
|
ArmCPUDetect.cpp
|
|
|
ArmEmitter.cpp
|
|
|
ArmEmitter.h
|
Strange buildfix
|
2025-01-08 17:02:39 +01:00 |
BitScan.h
|
|
|
BitSet.h
|
|
|
Buffer.cpp
|
Implement simple file caching.
|
2025-01-23 13:28:51 +01:00 |
Buffer.h
|
Implement simple file caching.
|
2025-01-23 13:28:51 +01:00 |
CodeBlock.h
|
|
|
Common.h
|
Finish up this cleanup (move _M_SSE compat define out of Common.h)
|
2024-12-19 16:23:20 +01:00 |
Common.vcxproj
|
Move all the Inet enum mappers to Core/HLE/NetInetConstants. Other cleanup.
|
2025-01-07 19:45:16 +01:00 |
Common.vcxproj.filters
|
Move all the Inet enum mappers to Core/HLE/NetInetConstants. Other cleanup.
|
2025-01-07 19:45:16 +01:00 |
CommonFuncs.h
|
make compile on mingw-w64
|
2025-01-11 01:25:27 +01:00 |
CommonTypes.h
|
HLE logging; Use function metadata to decide the type for logging the return type.
|
2025-01-29 10:14:54 +01:00 |
CommonWindows.h
|
Specify that we're compiling for Windows 7 in CommonWindows.h
|
2025-01-27 11:37:48 +01:00 |
CPUDetect.cpp
|
make compile on mingw-w64
|
2025-01-11 01:25:27 +01:00 |
CPUDetect.h
|
|
|
DbgNew.h
|
|
|
ExceptionHandlerSetup.cpp
|
|
|
ExceptionHandlerSetup.h
|
|
|
FakeCPUDetect.cpp
|
|
|
FakeEmitter.h
|
|
|
GhidraClient.cpp
|
Clean up ImStructViewer, GhidraClient code style
|
2025-02-06 08:13:52 +01:00 |
GhidraClient.h
|
Clean up ImStructViewer, GhidraClient code style
|
2025-02-06 08:13:52 +01:00 |
GraphicsContext.h
|
|
|
Log.cpp
|
Refactor LogManager (remove GetInstance()). In headless, add option to log to OutputDebugString on Windows.
|
2024-12-03 21:39:42 +01:00 |
Log.h
|
Add new assert/log facility _dbg_assert_or_log_. Asserts in debug builds, logs in release builds.
|
2025-03-16 19:32:40 +01:00 |
LogReporting.cpp
|
|
|
LogReporting.h
|
|
|
LoongArchCPUDetect.cpp
|
|
|
MachineContext.h
|
Move out two more functions from Core.cpp. Clean up Windows includes
|
2024-12-08 12:12:02 +01:00 |
MemArena.h
|
|
|
MemArenaAndroid.cpp
|
|
|
MemArenaDarwin.cpp
|
|
|
MemArenaHorizon.cpp
|
|
|
MemArenaPosix.cpp
|
|
|
MemArenaWin32.cpp
|
|
|
MemoryUtil.cpp
|
|
|
MemoryUtil.h
|
|
|
MemoryUtilHorizon.cpp
|
|
|
MipsCPUDetect.cpp
|
|
|
MipsEmitter.cpp
|
|
|
MipsEmitter.h
|
|
|
MsgHandler.h
|
|
|
OSVersion.cpp
|
|
|
OSVersion.h
|
make compile on mingw-w64
|
2025-01-11 01:25:27 +01:00 |
RiscVCPUDetect.cpp
|
CMake: Add checks for getauxval and elf_aux_info
|
2025-01-26 22:44:04 -05:00 |
RiscVEmitter.cpp
|
|
|
RiscVEmitter.h
|
|
|
StringUtils.cpp
|
Update AnalyzeTrack
|
2025-03-05 17:02:46 +01:00 |
StringUtils.h
|
Update AnalyzeTrack
|
2025-03-05 17:02:46 +01:00 |
Swap.h
|
|
|
SysError.cpp
|
|
|
SysError.h
|
|
|
Thunk.cpp
|
|
|
Thunk.h
|
|
|
TimeUtil.cpp
|
Switch to sleep_precise for WaitUntil() which is used for frame timing.
|
2025-03-01 19:13:06 +01:00 |
TimeUtil.h
|
Simplify collecting time into debug counters
|
2024-12-13 18:26:55 +01:00 |
x64Analyzer.cpp
|
|
|
x64Analyzer.h
|
|
|
x64Emitter.cpp
|
|
|
x64Emitter.h
|
|
|