Stenzek
|
7bc5427908
|
Qt: Fix remove game directory button being enabled w/o selection
|
2024-05-07 12:41:03 +10:00 |
Stenzek
|
1881139b0a
|
Error: Fix negative formatting of HRESULT
|
2024-05-07 12:41:03 +10:00 |
Stenzek
|
339dc2313b
|
CrashHandler: Use SetUnhandledExceptionFilter() and terminate on crash
Fixes zombie processes sticking around.
|
2024-05-07 12:41:03 +10:00 |
Stenzek
|
9752a037be
|
HostSys: Simplify page fault handler installation
And include whether it was a write or a read access.
|
2024-05-07 12:41:03 +10:00 |
Stenzek
|
90338ed065
|
HeapArray: Add missing field swap
|
2024-05-05 12:13:20 +10:00 |
Stenzek
|
2ab6a3b873
|
Qt: Clean and remove empty game settings
|
2024-05-05 12:13:20 +10:00 |
Stenzek
|
7fae0f499f
|
SettingsWrapper: Add SmallString overloads
|
2024-05-04 14:12:20 +10:00 |
Stenzek
|
964dcfcb0a
|
Console: Add log macros
|
2024-05-04 14:12:20 +10:00 |
Stenzek
|
85a33971e7
|
Misc: Add gstreamer fallback to aplay
|
2024-04-26 20:30:16 +10:00 |
Stenzek
|
e768f1c93b
|
MSBuild: Use AVX/AVX2 for 3rdparty as well
|
2024-04-25 11:55:41 +10:00 |
Benjamin Moir
|
d48c3cfce5
|
HeapArray: Avoid writing out of bounds in internal_resize
|
2024-04-24 21:44:48 +01:00 |
Stenzek
|
35525d5304
|
SettingsInterface: Add SmallString overloads
Backport of 631fca3042
|
2024-04-13 13:21:17 +10:00 |
Stenzek
|
9fa409a1a9
|
SmallString: Add missing methods
Backport of
79c226efff
2cd747983a
6b7cf6a432
f75a5605eb
|
2024-04-13 13:21:17 +10:00 |
Stenzek
|
ece20b1307
|
Image: Don't pass FILE across CRT boundary
Fixes crash using libpng/libjpeg in Debug builds.
|
2024-04-13 12:35:22 +10:00 |
TellowKrinkle
|
5271e83824
|
Common: Don't forceinline vararg functions
No compiler actually inlines them, and GCC issues an error saying that it can't force inline vararg functions
|
2024-04-08 18:16:25 +02:00 |
Stenzek
|
c8698dac79
|
3rdparty/imgui: Update to v1.90.4
|
2024-04-06 22:21:53 +10:00 |
Stenzek
|
ec3f1b2aa4
|
GS/Vulkan: Swap out glslang for shaderc
|
2024-04-06 21:16:52 +10:00 |
Connor McLaughlin
|
49c199e7e8
|
GSRunner: Fix build on Windows
|
2024-04-06 17:43:13 +10:00 |
Stenzek
|
8890e5948b
|
Common: Sync DynamicLibrary with DuckStation
|
2024-04-06 14:37:55 +10:00 |
Stenzek
|
caf0ade6f3
|
3rdparty: Remove jpgd
|
2024-04-06 13:17:22 +10:00 |
Stenzek
|
590b81a782
|
Image: Use libjpeg and support WebP saving
Backport from:
f3c0c14b2a
c854b8f85e
|
2024-04-06 13:17:22 +10:00 |
Stenzek
|
dfa5fccec9
|
Build: Unify shared libraries across platforms
Use DLLs/shared libraries for:
- libjpeg
- libpng
- libwebp
- lz4
- SDL
- zlib
- zstd
|
2024-04-06 13:17:22 +10:00 |
Stenzek
|
332be6c771
|
SettingsInterface: Add Error to Save()
|
2024-04-04 11:40:10 +10:00 |
Stenzek
|
81502e6c7d
|
FileSystem: Add Error to CreateDirectory()/RenamePath()
|
2024-04-04 11:40:10 +10:00 |
Stenzek
|
b06da6607b
|
Error: Add prefix methods
|
2024-04-04 11:40:10 +10:00 |
Stenzek
|
f3d6249cc1
|
FileSystem: Handle paths longer than MAX_PATH on Windows
|
2024-04-04 11:39:40 +10:00 |
Stenzek
|
ad81318854
|
GS: Replace xz/liblzma with 7zip LZMA SDK
|
2024-03-30 21:37:29 +10:00 |
Stenzek
|
907ae642d0
|
Common: Update FixedArray.h from DuckStation
|
2024-03-30 21:37:29 +10:00 |
Stenzek
|
515cbc7b29
|
Path: Add CreateFileURL()
|
2024-03-13 20:13:35 +10:00 |
Ty Lamontagne
|
46e039dab2
|
VMManager: Log power profile and GPUs on startup
|
2024-03-07 01:21:28 +00:00 |
JordanTheToaster
|
a7bced02da
|
FS: Fix cover text truncation
|
2024-02-06 02:01:53 -06:00 |
TellowKrinkle
|
d65133451d
|
Common: Add helper for creating an NSString from a string_view
|
2024-01-26 12:48:37 +10:00 |
TellowKrinkle
|
36e81949e0
|
Qt: Use proper Show in Finder on macOS
|
2024-01-26 12:48:37 +10:00 |
Stenzek
|
227049b6f2
|
FileSystem: Handle infinite symlink loops in FindFiles()
|
2024-01-17 13:57:19 +10:00 |
Stenzek
|
ff34150b15
|
Build: Simplify Git version extraction
Get rid of SysForwardDefs.h
Use last known git tag to determine version info, if it is not a tagged commit.
|
2024-01-15 15:35:21 +10:00 |
Stenzek
|
0bbde2ca52
|
IPU: Fix regression from #10617
|
2024-01-14 15:22:43 +10:00 |
Stenzek
|
f9833bb8af
|
Qt: Tidy up Tools menu
Make System Console and Verbose contingent on Advanced Settings being enabled.
Make Debug Console contingent on actually running under a debugger.
|
2024-01-13 12:26:34 +10:00 |
Stenzek
|
fa00069068
|
Console: Remove WX rubbish and replace
|
2024-01-12 12:40:46 +10:00 |
Stenzek
|
ef76666e5a
|
Misc: Warning fixes
|
2024-01-08 23:33:43 +10:00 |
Connor McLaughlin
|
b7ae453d84
|
Common: Fix duplicate fastjmp on Windows/CMake
|
2023-12-27 16:03:49 +10:00 |
Stenzek
|
59d29b3648
|
Common: Rename General to HostSys
Actually fits what it's doing.
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
911d7f6533
|
Common: Move janky macros to Config.h
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
9d49015c0c
|
Common: Purge pxEnum macros
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
308f8c5112
|
x86emitter: Abstract MXCSR into a general FPControlRegister type
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
86edc0dbe2
|
x86emitter: Make SSE_MXCSR not dependent on emitter
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
f461bc9176
|
x86emitter: Purge x86caps
We can use cpuinfo for querying AVX/AVX2.
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
b121e5af25
|
x86emitter: Purge MXCSR mask
We require SSE4, no need to mask away things that are unsupported by
SSE1.
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
f43255a1fb
|
MSBuild: Don't supply PrecompiledHeader.h to moc
Redundant, since it's force included anyway.
|
2023-12-25 12:39:08 +10:00 |
Stenzek
|
59949c50d3
|
CMake: Don't compile PrecompiledHeader.cpp
|
2023-12-25 12:39:08 +10:00 |
Stenzek
|
0bc9c7ffa1
|
Common: Replace x86_intrin.h with generic Intrin.h
For later Apple Silicon support.
|
2023-12-24 14:03:14 +10:00 |