.. |
thirdparty
|
Common: Add LLVM SmallVector
|
2023-12-09 22:08:14 +10:00 |
align.h
|
JitCodeBuffer: Allocate within 32-bit range
|
2023-11-24 20:35:19 +10:00 |
assert.cpp
|
Common: Add ASSUME() and use for UnreachableCode()
|
2023-09-03 14:42:37 +10:00 |
assert.h
|
Common: Add ASSUME() and use for UnreachableCode()
|
2023-09-03 14:42:37 +10:00 |
bitfield.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
bitfield.natvis
|
Initial commit
|
2019-09-11 14:00:42 +10:00 |
bitutils.h
|
CDImage: Use ByteSwap()
|
2023-11-05 22:38:25 +10:00 |
build_timestamp.h
|
Common: Add build_timestamp.h
|
2022-08-10 13:05:52 +10:00 |
byte_stream.cpp
|
ByteStream: Fix incorrect computation in Zstd SeekRelative()
|
2023-12-03 17:03:38 +10:00 |
byte_stream.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
CMakeLists.txt
|
Common: Add LLVM SmallVector
|
2023-12-09 22:08:14 +10:00 |
cocoa_tools.h
|
Common: Split some routines into CocoaTools
|
2023-09-24 12:21:19 +10:00 |
cocoa_tools.mm
|
Common: Split some routines into CocoaTools
|
2023-09-24 12:21:19 +10:00 |
common.props
|
HTTPDownloader: Move to util project
|
2023-11-06 23:17:57 +10:00 |
common.vcxproj
|
Common: Add LLVM SmallVector
|
2023-12-09 22:08:14 +10:00 |
common.vcxproj.filters
|
Common: Add LLVM SmallVector
|
2023-12-09 22:08:14 +10:00 |
crash_handler.cpp
|
Misc: Make struct member functions file-local
|
2023-11-18 16:46:11 +10:00 |
crash_handler.h
|
CrashHandler: Use libbacktrace
|
2023-09-05 21:37:03 +10:00 |
dimensional_array.h
|
Common/DimensionalArray: Re-revert the workaround
|
2021-05-25 19:00:40 +02:00 |
easing.h
|
ImGuiFullscreen: Less jarring notifications
|
2023-09-16 19:00:29 +10:00 |
error.cpp
|
Error: Fix errno resolving on Win32
|
2023-09-17 00:51:07 +10:00 |
error.h
|
Common: Error/FileSystem backports
|
2023-08-20 12:40:47 +10:00 |
fastjmp.cpp
|
Misc: Fix arm32 build
|
2023-10-02 23:59:01 +10:00 |
fastjmp.h
|
Misc: Fix arm32 build
|
2023-10-02 23:59:01 +10:00 |
fastjmp_arm.asm
|
System: Refactor main loop
|
2023-08-16 01:13:00 +10:00 |
fastjmp_x86.asm
|
System: Refactor main loop
|
2023-08-16 01:13:00 +10:00 |
fifo_queue.h
|
Misc: Replace deprecated std::is_pod
|
2023-09-05 22:10:50 +10:00 |
file_system.cpp
|
Path: Add RealPath()
|
2023-12-05 16:05:27 +10:00 |
file_system.h
|
PostProcessing: Refactor config to use separate sections
|
2023-08-30 00:44:01 +10:00 |
hash_combine.h
|
D3D11: Add a shader bytecode cache class
|
2020-01-24 14:52:00 +10:00 |
heap_array.h
|
Common/HeapArray: Fix mismatched delete/free
|
2023-10-21 13:49:35 +10:00 |
heterogeneous_containers.h
|
Misc: Fix build on Debian Bullseye
|
2023-10-02 23:50:56 +10:00 |
image.cpp
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
image.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
intrin.h
|
CPU/CodeCache: Rewrite using new-rec's block management
|
2023-10-18 00:49:01 +10:00 |
layered_settings_interface.cpp
|
LayeredSettingsInterface: Fix reversed section/key
|
2023-09-20 16:55:44 +10:00 |
layered_settings_interface.h
|
InputManager: Support inverted full axis
|
2023-01-15 15:13:54 +10:00 |
log.cpp
|
CDROM: Log command parameters
|
2023-11-05 13:32:25 +10:00 |
log.h
|
CDROM: Log command parameters
|
2023-11-05 13:32:25 +10:00 |
lru_cache.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
md5_digest.cpp
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
md5_digest.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
memmap.cpp
|
Misc: Build fixes for Android
|
2023-11-04 20:11:51 +10:00 |
memmap.h
|
CPU/CodeCache: Fix crash on Apple Silicon
|
2023-10-24 18:30:34 +10:00 |
memory_settings_interface.cpp
|
MemorySettingsInterface: Fix bool and SetValue()
|
2023-11-21 22:31:18 +10:00 |
memory_settings_interface.h
|
Misc: Fix build on Debian Bullseye
|
2023-10-02 23:50:56 +10:00 |
minizip_helpers.cpp
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
minizip_helpers.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
path.h
|
Path: Add RealPath()
|
2023-12-05 16:05:27 +10:00 |
perf_scope.cpp
|
CPU/CodeCache: Rewrite using new-rec's block management
|
2023-10-18 00:49:01 +10:00 |
perf_scope.h
|
CPU/CodeCache: Rewrite using new-rec's block management
|
2023-10-18 00:49:01 +10:00 |
progress_callback.cpp
|
SmallString: fmt -> format, format -> sprintf
|
2023-12-13 21:06:15 +10:00 |
progress_callback.h
|
Common: Drop String, add SmallString
|
2023-09-23 14:14:52 +10:00 |
rectangle.h
|
GPU/HW: Improve heuristics for draw/write when copying
|
2023-12-15 16:05:44 +10:00 |
scoped_guard.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
settings_interface.h
|
InputManager: Support inverted full axis
|
2023-01-15 15:13:54 +10:00 |
sha1_digest.cpp
|
Common: Add SHA1Digest
|
2022-08-16 00:05:46 +10:00 |
sha1_digest.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
small_string.cpp
|
SmallString: Pass string_view by value
|
2023-12-14 20:23:48 +10:00 |
small_string.h
|
SmallString: Pass string_view by value
|
2023-12-14 20:23:48 +10:00 |
string_util.cpp
|
StringUtil: Pass string_views by value
|
2023-12-13 21:20:31 +10:00 |
string_util.h
|
StringUtil: Pass string_views by value
|
2023-12-13 21:20:31 +10:00 |
threading.cpp
|
Fix get_thread_time() declaration on FreeBSD
|
2023-11-29 21:05:21 +01:00 |
threading.h
|
Misc: Add copyright/license statement to applicable files
|
2022-12-04 21:03:49 +10:00 |
timer.cpp
|
Common: Add Timer::ResetIfNPassed()
|
2023-09-16 19:00:29 +10:00 |
timer.h
|
Common: Add Timer::ResetIfNPassed()
|
2023-09-16 19:00:29 +10:00 |
types.h
|
Common: Add intrin.h
|
2023-10-01 17:24:34 +10:00 |
windows_headers.h
|
Common: Bump _WIN32_WINNT
|
2023-08-31 19:49:32 +10:00 |