Commit Graph

766 Commits

Author SHA1 Message Date
6176a21ff1 ProgressCallback: Eliminate redundancy and drop C format strings 2024-07-19 15:51:25 +10:00
24ef76bfee StringUtil: Purge StdStringFromFormat() 2024-07-19 14:01:16 +10:00
59a2309a83 GPU: Use half width vector types where appropriate 2024-07-14 21:25:48 +10:00
d70f5ddb32 GSVector: Remove unused functions 2024-07-14 21:25:48 +10:00
ec851c9d6d FileSystem: Add FTruncate64() 2024-07-09 21:38:38 +10:00
40048cbbc8 fix: remove duplicated code 2024-07-07 12:45:49 +10:00
eba0794b4f FileSystem: Add Error to file writing 2024-07-06 19:36:15 +10:00
29b3fa2b95 GSVector: Add {min,max}v_{u8,u16} 2024-07-06 19:36:15 +10:00
77488db3dc Misc: Align CPU state and SPU voices to cache lines
Fixes the ~12% performance regression from the texture replacement
namespace'ify commit. Apparently LTO was placing the CPU struct in the
middle of a cache line...
2024-07-06 18:49:37 +10:00
487eb102b7 Common: __m128 shouldn't be used in nosimd 2024-07-04 19:18:47 +10:00
7927ec647f Qt: Fix a couple of instances of inconsistent sorting 2024-07-04 13:25:26 +10:00
e0509ebd9f Common: Remove Rectangle class 2024-07-03 15:54:32 +10:00
2a7de25505 Common: Remove gsvector.h dependency on assert.h 2024-07-03 15:44:12 +10:00
0ae6ddcf7f Common: Add GSVector
Mostly based on PCSX2.
2024-07-03 00:24:12 +10:00
da2dc5fa1e FIFOQueue: Optimize PopRange() for trivially-copyable types 2024-07-02 14:26:16 +10:00
422102989c CMake: Remove unused macro 2024-06-30 16:55:04 +10:00
be8fbafd71 CPU/CodeCache: Always dynamically allocate code buffer
Reduces .bss size.
2024-06-30 16:45:51 +10:00
890f3fcf5d Common/Log: Make actually writing unlikely
Move it out of the hot path.
2024-06-30 16:45:51 +10:00
dd420cbfcf Common: Alloc failures in HeapArray are unlikely 2024-06-28 13:12:50 +10:00
ea3fa7fe3d Postprocessing/FX: Fix locating shaders in subdirectories 2024-06-23 13:20:47 +10:00
4827e548be BinarySpanReaderWriter: Fix off-by-one error (#3230)
fix off-by-one error
2024-06-23 11:12:04 +10:00
f1465ddf43 Memmap: Use Mach VM routines for memory mapping 2024-05-29 22:49:32 +10:00
4e905a63ec Util: Add socket helper classes 2024-05-26 22:20:29 +10:00
8e5781266a CrashHandler: Fix call stack on manual dump 2024-05-25 17:42:12 +10:00
cca7b46114 Assertions: Write crash dump on assertion fail 2024-05-25 17:42:12 +10:00
0240ea8b49 PageFaultHandler: Simplifications 2024-05-25 17:42:12 +10:00
4e922a34a7 Log: Simplify macros 2024-05-24 02:08:14 +10:00
b6d019db66 Misc: Replace log printf calls with fmt 2024-05-24 00:29:49 +10:00
e01efaa681 Log: Channel is [[maybe_unused]] 2024-05-22 22:16:58 +10:00
8e3284d8c6 Vulkan: Simplify loader using DynamicLibrary 2024-05-15 00:50:25 +10:00
88ace6e4ae CMake: Detect cache line size dynamically on AArch64 Linux 2024-05-15 00:50:24 +10:00
d9003b10c3 SettingsInterface: Fix TinyString helper 2024-05-15 00:50:24 +10:00
117e6be1dc HeapArray: Add span returners 2024-05-12 22:56:54 +10:00
c85e743573 Error: Strip trailing whitespace from Windows errors 2024-05-12 15:20:39 +10:00
4ca7753720 CrashHandler: Use SetUnhandledExceptionFilter() and terminate on crash
Fixes zombie processes sticking around.
2024-05-05 22:29:26 +10:00
fa104acdd1 Misc: Purge unused code and report startup error to host 2024-05-05 22:29:26 +10:00
ca3cfbaa99 Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
295081fe62 Misc: Replace offsetof with constexpr-friendly OFFSETOF
Fixes build with clang-18.
2024-04-28 15:25:24 +10:00
5477f2eae2 HeapArray: Fix swap() not swapping size
Even though it's not used.
2024-04-27 13:18:36 +10:00
d2b9195c66 MemorySettingsInterface: Warning fix 2024-04-25 15:06:41 +10:00
1cdfca155d Qt: Clean and remove empty game settings 2024-04-25 14:02:16 +10:00
a5613fc815 System: Add OSD message when all enhancements are disabled 2024-04-22 00:38:46 +10:00
17b9736899 Misc: Use a 128b cache line size on Apple Silicon
Turns out it's not 64 bytes like I assumed. The things you learn.
2024-04-18 20:38:36 +10:00
9fd2994b73 Log: Fix crash with >1 instance + file log 2024-04-14 21:18:47 +10:00
6258cb9e0e FullscreenUI: Various minor bug fixes 2024-04-13 19:57:25 +10:00
e2d87f554b FileSystem: Canonicalize() after RealPath() 2024-04-11 14:44:29 +10:00
164062f80d Build: Use C++20 for everything except reshadefx 2024-04-11 13:46:25 +10:00
f75a5605eb SmallString: Add vformat overloads 2024-04-11 13:42:00 +10:00
631fca3042 SettingsInterface: Add SmallString overloads 2024-04-09 19:54:25 +10:00
6b7cf6a432 SmallString: Add missing methods 2024-04-09 19:54:25 +10:00