Commit Graph

8225 Commits

Author SHA1 Message Date
David Hrdlička
b5f18af541 Clean up the RtMidi optionality 2022-03-11 20:41:00 +01:00
Miran Grča
c1ccee6abd Merge pull request #2214 from Cacodemon345/c345/haiku
qt: Add support for Haiku
2022-03-11 20:11:50 +01:00
richardg867
08604bebee Jenkins: Attempt to fix git clone 2022-03-11 14:57:04 -03:00
Cacodemon345
1ed5bd37a4 Fix typo 2022-03-11 18:35:31 +06:00
Cacodemon345
c1f9d35de8 qt: Add support for Haiku
* OpenAL backend is enabled by default on Haiku
* bswap include now makes use of builtins if they exist
* Use a local fgetws method for Haiku to avoid crashes
* OpenGL renderers are completely disabled on Haiku (they do not work)
* Software renderer is a widget, not a window on Haiku (fixes blank screen)
* Add option to disable System MIDI at compile time
2022-03-11 12:13:08 +06:00
Miran Grča
f725c3fb56 Merge pull request #2210 from ts-korhonen/improve-create-hdd
qt: Improve hard disk create file selection
2022-03-10 22:24:29 +01:00
Miran Grča
6375717734 Merge pull request #2212 from ts-korhonen/fix-alt-f4
qt: Disable processing of alt-f4 in windows.
2022-03-10 22:24:15 +01:00
ts-korhonen
989926cb7f qt: Disable processing of alt-f4 in windows.
Prevents the alt-f4 from quiting 86Box.
2022-03-10 23:14:13 +02:00
RichardG867
252067de41 AudioPCI: Add MIDI input option to on-board ES1371 2022-03-10 16:55:36 -03:00
ts-korhonen
13ec3d2286 qt: Add all format selections to file dialog when creating hdd.
Set format combobox to match the selection.
2022-03-09 23:05:02 +02:00
richardg867
fd53393686 Jenkins: Switch to the more reliable Canonical keyserver 2022-03-09 16:55:07 -03:00
David Hrdlička
e775b3655a Revert the AArch64 atomics changes
The ARMv8-A target should by definition compile v8.0 compatible code
2022-03-09 19:42:21 +01:00
David Hrdlička
576f8b8d60 More Qt6 fixes 2022-03-09 13:55:48 +01:00
David Hrdlička
89ca824b1d Merge pull request #2209 from ts-korhonen/fix-win-qt6
qt: fix Qt6 windows build
2022-03-09 13:43:34 +01:00
ts-korhonen
35d6c68488 qt: fix Qt6 windows build 2022-03-09 08:16:47 +02:00
David Hrdlička
130ed17b1c Add cmake/** to the CMake job triggers 2022-03-09 02:56:45 +01:00
David Hrdlička
14f834477a Outline atomics on AArch64, should make us ARMv8.0 compatible 2022-03-09 02:52:46 +01:00
David Hrdlička
4225b4afd8 Work around MSVC's broken stdatomic.h 2022-03-09 02:30:12 +01:00
David Hrdlička
36184a4aba Disable QT for the Windows jobs temporarily 2022-03-09 02:29:53 +01:00
Miran Grča
247d5a7a94 Merge pull request #2198 from ziplantil/fi-translation
improve Finnish translation
2022-03-08 22:45:35 +01:00
Miran Grča
28bfff47c7 Merge pull request #2205 from ts-korhonen/fix-warnings
qt: fix multiple compiler warnings
2022-03-08 22:34:45 +01:00
Miran Grča
759e929fc1 Merge pull request #2208 from ts-korhonen/fix-qt-mouse-capture
qt: fix mouse getting captured even if VM has no mouse
2022-03-08 22:34:35 +01:00
ts-korhonen
9b306751c4 qt: fix mouse getting captured even if VM has no mouse 2022-03-08 23:25:35 +02:00
David Hrdlička
097a5fe0b9 Remove OpenAL from the build job dependencies 2022-03-08 16:31:11 +01:00
David Hrdlička
c286829d90 Add Qt5 dependencies to the MSYS2 job 2022-03-08 16:19:51 +01:00
David Hrdlička
19fb9a7d13 Fix qt-ui vcpkg feature not getting enabled by default 2022-03-08 16:08:44 +01:00
RichardG867
00a0a0c981 CS423x: CS4235 only supports PCM 8 and 16LE formats 2022-03-07 21:39:31 -03:00
RichardG867
d0cf4bc157 CS423x: Fix ADPCM DMA counter 2022-03-07 21:12:14 -03:00
ts-korhonen
e0a23adbb4 qt: remove unused variables 2022-03-07 22:25:15 +02:00
RichardG867
669a6a2e49 CS423x: Replace Mu-Law and A-Law functions with more efficient ones 2022-03-07 17:11:35 -03:00
ts-korhonen
c6b347000e qt: only ignore -Wstringop-overflow on gcc 11 2022-03-07 22:10:03 +02:00
ts-korhonen
87546d2ce6 qt: fix multiple compiler warnings 2022-03-07 21:47:48 +02:00
RichardG867
9f40c213a6 CMI8x38: Fix SB interrupts in VxD DOS box 2022-03-07 16:36:13 -03:00
RichardG867
00d4cb5141 Add a header file I forgot 2022-03-07 16:32:06 -03:00
RichardG867
07f060bc18 CS423x: Add untested Mu-Law, A-Law and ADPCM playback 2022-03-07 16:00:39 -03:00
Miran Grča
fbd29271bc Merge pull request #2203 from insanemal/insanemal_qtsocket2
Fix client socket code to match generated messages
2022-03-07 18:29:29 +01:00
Miran Grča
8b0cffd333 Merge pull request #2204 from ts-korhonen/qt-opengl
qt: opengl core; fix filter method defaulting to nearest
2022-03-07 18:29:18 +01:00
ts-korhonen
d821f6395f qt: opengl core; fix filter method defaulting to nearest when applying options 2022-03-07 19:22:02 +02:00
RichardG867
67f6525f85 CMI8x38: Clear I/O mappings on reset, clarify autodetection requirement for TDMA updates 2022-03-07 13:28:31 -03:00
RichardG867
b5d0ba8a51 CMI8x38: Improve TDMA logging 2022-03-07 12:09:47 -03:00
RichardG867
c2346a9ce4 Remove redundant SB DSP interleaved stereo checks 2022-03-07 11:19:58 -03:00
RichardG867
350f2eac9a CMI8x38: Set TDMA channels even after the fact 2022-03-07 10:53:18 -03:00
RichardG867
3f158b5cce CMI8x38: Improve CMI8338 NMI traps 2022-03-07 10:52:34 -03:00
RichardG867
57aeaa4413 CMI8x38: Improve CMI8738 variant selection 2022-03-07 10:45:10 -03:00
Insanemal
71c217efe9 Change the truncate to -1 from -2 and remove the other part dealing with null terminators 2022-03-07 22:24:44 +10:00
RichardG867
6ab26aa567 CMI8x38: Fix SB emulation in DOS box with VxD driver 2022-03-06 23:44:51 -03:00
RichardG867
6caf39c6ab CMI8x38: Fix Sound Blaster emulation on CMI8738 2022-03-06 23:10:01 -03:00
RichardG867
219129f97e CMI8x38: Implement Sound Blaster emulation 2022-03-06 19:59:14 -03:00
David Hrdlička
396f491af2 Switch on Qt by default 2022-03-06 19:09:12 +01:00
David Hrdlička
47211f43e9 Disable tinyglib for Qt builds on Linux/BSD 2022-03-06 19:09:12 +01:00