.. |
thirdparty
|
ThirdParty: Add aes.cpp
|
2024-11-29 17:06:06 +10:00 |
CMakeLists.txt
|
Common: Add TaskQueue class
|
2025-01-03 20:16:37 +10:00 |
align.h
|
Common: Fix incorrect condition in PreviousPow2/NextPow2
|
2024-11-21 12:31:00 +10:00 |
assert.cpp
|
Common: Report assertion failure/panic message for Android
|
2024-12-08 14:19:25 +10:00 |
assert.h
|
Common: Report assertion failure/panic message for Android
|
2024-12-08 14:19:25 +10:00 |
binary_reader_writer.cpp
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
binary_reader_writer.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
bitfield.h
|
Timers: Work around possible MSVC codegen bug
|
2024-11-04 23:03:51 +10:00 |
bitfield.natvis
|
Initial commit
|
2019-09-11 14:00:42 +10:00 |
bitutils.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
cocoa_tools.h
|
System: Drop IPC server
|
2024-09-21 22:26:05 +10:00 |
cocoa_tools.mm
|
System: Drop IPC server
|
2024-09-21 22:26:05 +10:00 |
common.props
|
Build: Use C++20 for everything except reshadefx
|
2024-04-11 13:46:25 +10:00 |
common.vcxproj
|
Common: Add TaskQueue class
|
2025-01-03 20:16:37 +10:00 |
common.vcxproj.filters
|
Common: Add TaskQueue class
|
2025-01-03 20:16:37 +10:00 |
crash_handler.cpp
|
Common: Report assertion failure/panic message for Android
|
2024-12-08 14:19:25 +10:00 |
crash_handler.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
dimensional_array.h
|
Common/DimensionalArray: Re-revert the workaround
|
2021-05-25 19:00:40 +02:00 |
dynamic_library.cpp
|
Log: Switch to enum class
|
2024-09-21 22:26:06 +10:00 |
dynamic_library.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
easing.h
|
FullscreenUI: Modernize achievement popup a bit
|
2025-01-11 15:07:17 +10:00 |
error.cpp
|
dep/fmt: Bump to v11.0.2
|
2024-09-03 17:54:43 +10:00 |
error.h
|
HTTPDownloader: Improve error reporting
|
2024-11-29 14:00:55 +10:00 |
fastjmp.cpp
|
Common: Switch fastjmp.cpp asm to tabs
|
2024-12-31 15:33:17 +10:00 |
fastjmp.h
|
Common: Fix RISC-V/64 fastjmp buffer size
|
2024-12-31 15:30:26 +10:00 |
fastjmp_arm.asm
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
fastjmp_x86.asm
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
fifo_queue.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
file_system.cpp
|
FileSystem: Add Error to CopyFilePath()
|
2025-01-18 13:48:05 +10:00 |
file_system.h
|
FileSystem: Add Error to CopyFilePath()
|
2025-01-18 13:48:05 +10:00 |
gsvector.cpp
|
Common: Small tidy-up and constexpr-ify GSMatrix4x4
|
2025-01-02 20:52:19 +10:00 |
gsvector.h
|
Common: Small tidy-up and constexpr-ify GSMatrix4x4
|
2025-01-02 20:52:19 +10:00 |
gsvector.natvis
|
Common: Fix GSVector natvis
|
2024-09-07 21:53:32 +10:00 |
gsvector_formatter.h
|
Common: Add 2D vector formatters
|
2024-12-28 19:59:25 +10:00 |
gsvector_neon.h
|
Common: Add vector rsize()
|
2025-01-16 21:01:30 +10:00 |
gsvector_nosimd.h
|
Common: Add vector rsize()
|
2025-01-16 21:01:30 +10:00 |
gsvector_sse.h
|
Common: Add vector rsize()
|
2025-01-16 21:01:30 +10:00 |
hash_combine.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
heap_array.h
|
Misc: Fix new clang-cl warnings
|
2024-11-16 14:06:14 +10:00 |
heterogeneous_containers.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
intrin.h
|
GPU: Move backend work off CPU thread
|
2024-12-19 23:32:15 +10:00 |
layered_settings_interface.cpp
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
layered_settings_interface.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
log.cpp
|
Misc: Android build fix
|
2024-11-30 01:09:41 +10:00 |
log.h
|
Build: Add Devel configuration
|
2024-12-01 23:21:33 +10:00 |
log_channels.h
|
GPU: Move backend work off CPU thread
|
2024-12-19 23:32:15 +10:00 |
lru_cache.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
md5_digest.cpp
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
md5_digest.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
memmap.cpp
|
Memmap: Compatibility with old libc without MAP_FIXED_NOREPLACE
|
2024-10-18 20:48:29 +10:00 |
memmap.h
|
MemMap: Support dynamic page size selection
|
2024-10-05 19:25:23 +10:00 |
memory_settings_interface.cpp
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
memory_settings_interface.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
minizip_helpers.h
|
MinizipHelpers: Close file after reading
|
2024-10-20 12:43:11 +10:00 |
path.h
|
FileSystem: Move separator macro to path.h
|
2024-11-14 00:17:27 +10:00 |
perf_scope.cpp
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
perf_scope.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
progress_callback.cpp
|
Log: Switch to enum class
|
2024-09-21 22:26:06 +10:00 |
progress_callback.h
|
dep/fmt: Bump to v11.0.2
|
2024-09-03 17:54:43 +10:00 |
ryml_helpers.h
|
GameDatabase: Store strings as views
|
2024-10-13 16:43:22 +10:00 |
scoped_guard.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
settings_interface.h
|
InputManager: Fix SDL sub-options not copying to profile
|
2025-01-10 20:42:17 +10:00 |
sha1_digest.cpp
|
Common: Add SHA256Digest
|
2024-11-29 15:20:33 +10:00 |
sha1_digest.h
|
SmallString: MSVC warning fix
|
2024-09-19 22:25:35 +10:00 |
sha256_digest.cpp
|
Common: Add SHA256Digest
|
2024-11-29 15:20:33 +10:00 |
sha256_digest.h
|
Common: Add SHA256Digest
|
2024-11-29 15:20:33 +10:00 |
small_string.cpp
|
SmallString: Add append_vformat()
|
2024-12-24 13:16:12 +10:00 |
small_string.h
|
SmallString: Add append_vformat()
|
2024-12-24 13:16:12 +10:00 |
string_util.cpp
|
StringUtil: Add UTF-16 encoding/decoding functions
|
2024-12-08 19:44:27 +10:00 |
string_util.h
|
Qt: Make main toolbar editable
|
2025-01-14 16:33:24 +10:00 |
task_queue.cpp
|
Common: Add TaskQueue class
|
2025-01-03 20:16:37 +10:00 |
task_queue.h
|
Common: Add TaskQueue class
|
2025-01-03 20:16:37 +10:00 |
threading.cpp
|
System: Set time constraints for GPU thread on MacOS
|
2025-01-13 19:51:35 +10:00 |
threading.h
|
System: Set time constraints for GPU thread on MacOS
|
2025-01-13 19:51:35 +10:00 |
timer.cpp
|
Misc: Un-namespace Timer
|
2024-11-29 20:13:37 +10:00 |
timer.h
|
Misc: Un-namespace Timer
|
2024-11-29 20:13:37 +10:00 |
types.h
|
GPU/SW: Use no_unique_address for potentially-unused varyings
|
2025-01-16 22:13:02 +10:00 |
windows_headers.h
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
zip_helpers.h
|
Log: Replace channel string search with bitset
|
2024-10-31 14:41:33 +10:00 |