Commit Graph

15 Commits

Author SHA1 Message Date
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
864b0ad5fe Qt: Save audio output latency value separately to minimal flag 2024-05-12 17:36:15 +10:00
c803c4fbef Qt: Fix incorrect minimum latency display 2024-05-12 17:09:03 +10:00
d6e80de3bf Qt: Add default option for cubeb driver 2024-05-05 12:51:31 +10:00
7548113afd System: Move COM init to common code 2024-04-25 12:56:02 +10:00
4139bf63d8 AudioStream: Backport changes 2024-04-25 01:13:51 +10:00
0fbc1a3a8a AudioStream: Add surround expansion via FreeSurround 2024-04-21 23:30:46 +10:00
79c226efff SmallString: fmt -> format, format -> sprintf 2023-12-13 21:06:15 +10:00
cce7be4723 Misc: Make struct member functions file-local 2023-11-18 16:46:11 +10:00
184b0a1a52 Misc: Swap most C format strings for fmt 2023-09-23 14:14:52 +10:00
e23c9875d5 Misc: Split core and util Host 2023-08-30 00:44:00 +10:00
e3d9ba4c99 Rewrite host GPU abstraction
- Don't have to repeat the same thing for 4 renderers.
 - Add native Metal renderer.
2023-08-20 21:55:38 +10:00
e57ad0b6aa Host: Backport translations cache
Note: You'll need a new command line for lupdate.

..\..\..\dep\msvc\qt\6.5.0\msvc2022_64\bin\lupdate.exe ../ ../../core/ ../../util/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP -ts duckstation-qt_LANGUAGE.ts
2023-08-20 12:40:47 +10:00
bb60170d9a Move frontend-common to util/core 2023-08-16 01:13:00 +10:00